The offset of the specified shape from the top left corner of the form.
object.Left
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISShape interface |
int
Display some information about the specified shape, including its offset from the top left corner of the form.
Dim aShape
Dim aShapeInfo
Set aShape = Form.Controls_("Shape1")
aShapeInfo =_
"ShortName: " & aShape.ShortName & vbNewLine &_
"Caption: " & aShape.Caption & vbNewLine &_
"Type Name " & aShape.TypeName & vbNewLine &_
"Top: " & aShape.Top & vbNewLine &_
"Left: " & aShape.Left & vbNewLine &_
"Height: " & aShape.Height & vbNewLine &_
"Width: " & aShape.Width
Profile.MsgBox(aShapeInfo)
In Profile Client v8 on User Interface Left can be found in
.