This property returns the caption of the specified label control.
object.LinkCode
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISLabel interface |
string
Display some information about the specified label control, including its caption.
Dim aLabel
Dim aLabelInfo
Set aLabel = Form.Controls_("Label1")
aLabelInfo =_
"Short Name: " & aLabel.ShortName & vbNewLine &_
"TypeName: " & aLabel.TypeName & vbNewLine &_
"Link Code: " & aLabel.LinkCode
Profile.MsgBox(aLabelInfo)
In Profile Client v8 on User Interface Caption can be found in
.