Input for WinForms | ComponentOne
C1.Framework Namespace / CheckBoxButtonElement Class / UncheckedIcon Property

In This Topic
    UncheckedIcon Property
    In This Topic
    Gets the C1Icon for the unchecked state of the checkBox.
    Syntax
    'Declaration
     
    
    Protected Overridable ReadOnly Property UncheckedIcon As C1Icon
    protected virtual C1Icon UncheckedIcon {get;}
    See Also