Ribbon for WPF | ComponentOne
C1.WPF.Ribbon Namespace / C1ToggleButtonTool Class / IsChecked Property

In This Topic
    IsChecked Property (C1ToggleButtonTool)
    In This Topic
    Gets or sets whether the button is checked.
    Syntax
    'Declaration
     
    
    Public Property IsChecked As Nullable(Of Boolean)
    public Nullable<bool> IsChecked {get; set;}
    See Also