State Property (CheckBox)

Class

CheckBox.

Action

Gets or sets the state of a check box. Values include: 1=checked, 2=unchecked, 3=undecided.

Syntax

C#
protected Integer State { get; set; }
VB
'Declaration
Protected ReadWrite Property State As Integer

Access

Read and write.