FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / BeforeRightClickEventArgs Class / ContextMenuType Property


In This Topic
ContextMenuType Property (BeforeRightClickEventArgs)
In This Topic
Get type of context menu.
Syntax
'Declaration
 
Public Property ContextMenuType As ContextMenuType
 
'Usage
 
Dim instance As BeforeRightClickEventArgs
Dim value As ContextMenuType
 
instance.ContextMenuType = value
 
value = instance.ContextMenuType
See Also