ContextMenuStrip Property (EditBase)
Gets or sets the
System.Windows.Forms.ContextMenuStrip associated with this control.
'Declaration
Public Overrides Property ContextMenuStrip As ContextMenuStrip
'Usage
Dim instance As EditBase
Dim value As ContextMenuStrip
instance.ContextMenuStrip = value
value = instance.ContextMenuStrip
Property Value
The
System.Windows.Forms.ContextMenuStrip for this control, or a null reference (
Nothing in Visual Basic) if there is no
System.Windows.Forms.ContextMenuStrip.
The default is a null reference (
Nothing in Visual Basic).