Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / ContextMenuStrip Property


In This Topic
ContextMenuStrip Property (SuperEditBase)
In This Topic
Gets or sets the context menu strip to display for the control.
Syntax
'Declaration
 
Public Overrides Property ContextMenuStrip As ContextMenuStrip
 
'Usage
 
Dim instance As SuperEditBase
Dim value As ContextMenuStrip
 
instance.ContextMenuStrip = value
 
value = instance.ContextMenuStrip
See Also