iMenuThresholdForItemClick Property
Specifies the threshold in pixels for ItemClicked event.
Namespace: BeeMobile.iMenuAssembly: BeeMobile.iMenu.NET48 (in BeeMobile.iMenu.NET48.dll) Version: 4.8.1.5
public int ThresholdForItemClick { get; set; }
Public Property ThresholdForItemClick As Integer
Get
Set
Property Value
Int32
If the mouse moves more pixels then the Threshold value is, then the ItemClicked event would not occur. The default value are 10 pixels.