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