NumberPicker.SetOnLongPressUpdateInterval(Int64) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the speed at which the numbers be incremented and decremented when the up and down buttons are long pressed respectively.
[Android.Runtime.Register("setOnLongPressUpdateInterval", "(J)V", "GetSetOnLongPressUpdateInterval_JHandler")]
public virtual void SetOnLongPressUpdateInterval (long intervalMillis);
[<Android.Runtime.Register("setOnLongPressUpdateInterval", "(J)V", "GetSetOnLongPressUpdateInterval_JHandler")>]
abstract member SetOnLongPressUpdateInterval : int64 -> unit
override this.SetOnLongPressUpdateInterval : int64 -> unit
Parameters
- intervalMillis
- Int64
The speed (in milliseconds) at which the numbers will be incremented and decremented.
- Attributes
Remarks
Sets the speed at which the numbers be incremented and decremented when the up and down buttons are long pressed respectively.
The default value is 300 ms.
Java documentation for android.widget.NumberPicker.setOnLongPressUpdateInterval(long)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.