Gets or sets a value indicating whether the check box can be in intermediate state.
Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms
SyntaxC#
Copy Code
|
|---|
public bool ThreeState { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ThreeState As Boolean |
See Also