FlexChart | ComponentOne
C1.Win.Ribbon.4.8 Assembly / 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 System.Boolean
    public System.bool CanDepress {get; set;}
    See Also