InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputCheckBox Class / ThreeState Property

In This Topic
    ThreeState Property (InputCheckBox)
    In This Topic
    Gets or sets whether the InputCheckBox allows three check states rather than two.
    Syntax
    'Declaration
     
    Public Property ThreeState As Boolean
    public bool ThreeState {get; set;}
    See Also