Extended Library for WPF and Silverlight | ComponentOne
C1.Silverlight.Extended Namespace / C1ColorButton Class / IsSelected Property

In This Topic
    IsSelected Property (C1ColorButton)
    In This Topic
    Gets or sets whether the color that represent the button is the selected or not.
    Syntax
    'Declaration
     
    
    Public Property IsSelected As Boolean
    public bool IsSelected {get; set;}
    See Also