ComponentOne ColorPicker for WPF
C1.WPF.ColorPicker Namespace / C1ColorButton Class / IsSelected Property

In This Topic
    IsSelected Property
    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