This property returns the caption of the specified checkbox.
object.LinkCode
| Part | Attribute | Type | Description |
|---|---|---|---|
object |
Required | The object always implements the
ISCheckBox interface |
string
Display some information about the specified checkbox, including its caption.
Dim aCheckBox
Dim aControlInfo
set aCheckBox = Form.Controls_("chkMV")
aControlInfo =_
"Caption: " & aCheckBox.Caption & vbNewLine &_
"ShortName: " & aCheckBox.ShortName & vbNewLine &_
"TypeName: " & aCheckBox.TypeName & vbNewLine &_
"LinkCode: " & aCheckBox.LinkCode
Profile.MsgBox(aControlInfo) In Profile Client v8 on User Interface Caption can be found in .