Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / BeforeShowContextMenuEventArgs Class / ContextMenu Property


In This Topic
    ContextMenu Property (BeforeShowContextMenuEventArgs)
    In This Topic
    Represents the enhanced filter context menu object.
    Syntax
    'Declaration
     
    
    Public Property ContextMenu As ContextMenuStrip
    'Usage
     
    
    Dim instance As BeforeShowContextMenuEventArgs
    Dim value As ContextMenuStrip
     
    instance.ContextMenu = value
     
    value = instance.ContextMenu
    public ContextMenuStrip ContextMenu {get; set;}
    See Also