Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / C1Ribbon Class / AllowContextMenu Property

In This Topic
    AllowContextMenu Property (C1Ribbon)
    In This Topic
    Gets or sets whether the special context menu should appear when a user clicks the Ribbon with the right mouse button.
    Syntax
    'Declaration
     
    
    Public Property AllowContextMenu As Boolean
    public bool AllowContextMenu {get; set;}
    See Also