Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / ContextMenuPopupEventArgs Class / UseCustomMenu Property

In This Topic
    UseCustomMenu Property (ContextMenuPopupEventArgs)
    In This Topic
    Gets or sets a value indicating to use a custom context menu instead of the standard.
    Syntax
    'Declaration
     
    
    Public Property UseCustomMenu As Boolean
    public bool UseCustomMenu {get; set;}
    See Also