Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / BeforeShowContextMenuEventArgs Class / ContextMenu Property


In This Topic
ContextMenu Property (BeforeShowContextMenuEventArgs)
In This Topic
Represents the enhanced filter context menu object.
Syntax
'Declaration
 
Public Property ContextMenu As ContextMenuStrip
 
'Usage
 
Dim instance As BeforeShowContextMenuEventArgs
Dim value As ContextMenuStrip
 
instance.ContextMenu = value
 
value = instance.ContextMenu
See Also