ComponentOne DynamicHelp for WinForms
C1.Win.C1DynamicHelp.4.5.2 Assembly / C1.Win.C1DynamicHelp Namespace / C1DynamicHelp Class / ContextMenuStrip Property

In This Topic
    ContextMenuStrip Property
    In This Topic
    Gets or sets the System.Windows.Forms.ContextMenuStrip associated with this control.
    Syntax
    'Declaration
     
    Public Overrides Property ContextMenuStrip As System.Windows.Forms.ContextMenuStrip
    public override System.Windows.Forms.ContextMenuStrip ContextMenuStrip {get; set;}

    Property Value

    The System.Windows.Forms.ContextMenuStrip for this control, or null if there is no System.Windows.Forms.ContextMenuStrip. The default is null.
    See Also