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

In This Topic
    AllowContextMenu Property
    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 System.Boolean
    public System.bool AllowContextMenu {get; set;}
    See Also