ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / C1CheckBox Class / ThreeState Property

In This Topic
    ThreeState Property
    In This Topic
    Gets or sets a value indicating whether the C1CheckBox will allow three check states rather than two.
    Syntax
    'Declaration
     
    
    Public Property ThreeState As Boolean
    public bool ThreeState {get; set;}
    See Also