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