Input for WinForms | ComponentOne
C1.Win.Input.Styles Namespace / CheckBoxGlyphStyle Class / Unchecked Property

In This Topic
    Unchecked Property (CheckBoxGlyphStyle)
    In This Topic
    Gets style containing display attributes that determine the general appearance of the glyph element in the unchecked state.
    Syntax
    'Declaration
     
    
    Public Property Unchecked As CheckBoxGlyphItemStyle
    public CheckBoxGlyphItemStyle Unchecked {get; set;}
    See Also