This property is True if the size of the specified label control is calculated automatically.
object.AutoSize_
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISLabel interface |
bool
Display AutoSize for the specified label control.
Dim aLabel
Dim aLabelInfo
Set aLabel = Form.Controls_("Label1")
aLabelInfo =_
"ShortName: " & aLabel.ShortName & vbNewLine &_
"TypeName: " & aLabel.TypeName & vbNewLine &_
"AutoSize: " & aLabel.AutoSize & vbNewLine &_
"Auto Size_: " & aLabel.AutoSize_
Profile.MsgBox(aLabelInfo)
In Profile Client v8 on User Interface Auto Size_ can be found in
.