Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonToggleButton Class / CanDepress Property

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