UseCustomMenu Property (ContextMenuPopupEventArgs)
In This Topic
Gets or sets a value indicating to use a custom context menu instead of the standard.
Syntax
'Declaration
Public Property UseCustomMenu As Boolean
public bool UseCustomMenu {get; set;}
See Also