[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.EditBase.ContextMenuStrip

ContextMenuStrip Property

ContextMenuStrip

Gets or sets the ContextMenuStrip associated with this control.

Declaration
public override ContextMenuStrip ContextMenuStrip { get; set; }
Public Overrides Property ContextMenuStrip As ContextMenuStrip
Property Value
Type Description
ContextMenuStrip

The ContextMenuStrip for this control, or null if there is no ContextMenuStrip.
The default is null.

Overrides
Remarks

If a GrapeCity.Win.Spread.InputMan.CellType.EditBase.ContextMenu has also been assigned to the control, the GrapeCity.Win.Spread.InputMan.CellType.EditBase.ContextMenu takes precedence over the ContextMenuStrip.

See Also
GrapeCity.Win.Spread.InputMan.CellType.EditBase.ContextMenu