Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1ToggleButton Class / CheckedContent Property

In This Topic
    CheckedContent Property
    In This Topic
    Gets or sets the content show when the button is checked.
    Syntax
    'Declaration
     
    
    Public Property CheckedContent As Object
    public object CheckedContent {get; set;}
    See Also