This property determines whether the specified memo control has a single line border around the client area.
object.BorderStyle
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISMemo interface |
Display some information about the specified memo control, including its border style.
Dim aMemo
Dim aMemoInfo
Set aMemo = Form.Controls_("memComment")
aMemoInfo =_
"ShortName: " & aMemo.ShortName & vbNewLine &_
"TypeName: " & aMemo.TypeName & vbNewLine &_
"Border Style: " & aMemo.BorderStyle
Profile.MsgBox(aMemoInfo)
In Profile Client v8 on User Interface Border Style can be found in
.