This property is True if the specified checkbox is checked.
object.Checked
| Part | Attribute | Type | Description |
|---|---|---|---|
object |
Required | The object always implements the
ISCheckBox interface |
bool
Display Checked for the specified checkbox.
Dim aCheckBox
Dim aControlInfo
set aCheckBox = Form.Controls_("chkMV")
aControlInfo =_
"Caption: " & aCheckBox.Caption & vbNewLine &_
"ShortName: " & aCheckBox.ShortName & vbNewLine &_
"TypeName: " & aCheckBox.TypeName & vbNewLine &_
"Checked: " & aCheckBox.Checked
Profile.MsgBox(aControlInfo) In Profile Client v8 on User Interface Checked can be found in .