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

In This Topic
    CanDepress Property
    In This Topic
    Gets or sets whether the second click depresses the button.
    Syntax
    'Declaration
     
    Public Property CanDepress As System.Boolean
    public System.bool CanDepress {get; set;}
    See Also