ASP.NET Pack Programmer's Guide
CheckBox.State Property
See Also
 





Gets or sets the current state of the control.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public CheckState State { get; set; }

Visual Basic  Copy Code

Public Property State As CheckState

 Property Value

Type: CheckState
One of the CheckState enumeration values. The default value is CheckState.Unchecked.

 See Also

CheckBox Members
CheckBox Class
MindFusion.UI.WebForms Namespace