Search
CheckBox.CheckState Property
See Also
 





Gets or sets the current state of the checkbox.

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

 Syntax

C#  Copy Code

public CheckState CheckState { get; set; }

Visual Basic  Copy Code

Public Property CheckState As CheckState

 Property Value

 See Also