The possible states of the specified checkbox.
| 0 | cbUnchecked |
| 1 | cbChecked |
| 2 | cbGrayed |
object.State
| Part | Attribute | Type | Description |
|---|---|---|---|
object |
Required | The object always implements the
ISCheckBox interface |
int
Display some information about the specified checkbox, including its possible state.
Dim aControl
Dim aControlInfo
Set aControl = Form.Controls_("chkMV")
aControlInfo =_
"Caption: " & aControl.Caption & vbNewLine &_
"ShortName: " & aControl.ShortName & vbNewLine &_
"State: " & aControl.State
Profile.MsgBox(aControlInfo) In Profile Client v8 on User Interface State can be found in .