Gets or sets the current state of the checkbox.
Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms
SyntaxC#
Copy Code
|
|---|
public CheckState CheckState { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property CheckState As CheckState |
See Also