Property ContextMenuStrip
ContextMenuStrip
Gets or sets the ContextMenuStrip associated with this control. Usage of this property depends on the control. Not all controls support it.
[Browsable(false)]
public virtual ContextMenuStrip? ContextMenuStrip { get; set; }
Property Value
- ContextMenuStrip
The ContextMenuStrip for this control, or null if there is no attached ContextMenuStrip. The default is null.