Search
CheckBox.ThreeState Property
See Also
 





Gets or sets a value indicating whether the check box can be in intermediate state.

Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms

 Syntax

C#  Copy Code

public bool ThreeState { get; set; }

Visual Basic  Copy Code

Public Property ThreeState As Boolean

 Property Value

 See Also