The shape type of the specified shape.
object.Shape
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISShape interface |
Display some information about the specified shape, including its shape type.
Dim aShape
Dim aShapeInfo
Set aShape = Form.Controls_("Shape1")
aShapeInfo =_
"ShortName: " & aShape.ShortName & vbNewLine &_
"TypeName: " & aShape.TypeName & vbNewLine &_
"Shape: " & aShape.Shape
Profile.MsgBox(aShapeInfo)
In Profile Client v8 on User Interface Shape can be found in
.