ShowDefaultContextMenu Property (TouchStrip)
In This Topic
Gets or sets whether the default browser menu is displayed when a context menu is canceled when opening.
Syntax
'Declaration
Public Overrides Property ShowDefaultContextMenu As Boolean
'Usage
Dim instance As TouchStrip
Dim value As Boolean
instance.ShowDefaultContextMenu = value
value = instance.ShowDefaultContextMenu
public override bool ShowDefaultContextMenu {get; set;}
Property Value
The default value is true, set to false to prevent the default menu from being displayed.
See Also