[]
        
(Showing Draft Content)

C1.Win.C1DynamicHelp.C1DynamicHelp.ContextMenuStrip

ContextMenuStrip Property

ContextMenuStrip

Gets or sets the ContextMenuStrip associated with this control.

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

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

Overrides