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


In This Topic
    ContextMenuStrip Property (BeforeRightClickEventArgs)
    In This Topic
    Gets or sets the ContextMenuStrip associated with this event.
    Syntax
    'Declaration
     
    
    Public Property ContextMenuStrip As ContextMenuStrip
    'Usage
     
    
    Dim instance As BeforeRightClickEventArgs
    Dim value As ContextMenuStrip
     
    instance.ContextMenuStrip = value
     
    value = instance.ContextMenuStrip
    public ContextMenuStrip ContextMenuStrip {get; set;}
    See Also