Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadVScrollBar Class / ContextMenuStrip Property


In This Topic
    ContextMenuStrip Property (SpreadVScrollBar)
    In This Topic
    Gets or sets the shortcut menu associated with the control.
    Syntax
    'Declaration
     
    
    Public Overridable Property ContextMenuStrip As ContextMenuStrip
    'Usage
     
    
    Dim instance As SpreadVScrollBar
    Dim value As ContextMenuStrip
     
    instance.ContextMenuStrip = value
     
    value = instance.ContextMenuStrip
    public virtual ContextMenuStrip ContextMenuStrip {get; set;}

    Property Value

    A System.Windows.Forms.ContextMenu that represents the shortcut menu associated with the control.
    See Also