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