iMenuThresholdForItemClick Property

Specifies the threshold in pixels for ItemClicked event.

Definition

Namespace: BeeMobile.iMenu
Assembly: BeeMobile.iMenu.NET48 (in BeeMobile.iMenu.NET48.dll) Version: 4.8.1.5
C#
public int ThresholdForItemClick { get; set; }

Property Value

Int32

Remarks

If the mouse moves more pixels then the Threshold value is, then the ItemClicked event would not occur. The default value are 10 pixels.

See Also