This property determines whether the specified memo control has scroll bars.
object.ScrollBars
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISMemo interface |
Display some information about the specified memo control, including its scroll bars.
Dim aMemo
Dim aMemoInfo
Set aMemo = Form.Controls_("memComment")
aMemoInfo =_
"ShortName: " & aMemo.ShortName & vbNewLine &_
"Type Name " & aMemo.TypeName & vbNewLine &_
"Scroll Bars: " & aMemo.ScrollBars
Profile.MsgBox(aMemoInfo)
In Profile Client v8 on User Interface Scroll Bars can be found in
.