Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
You can use the ScrollBars property to specify whether scroll bars appear on a text box control. Read/write Byte.
Version Information
Version Added: Access 2010
Syntax
expression .ScrollBars
expression A variable that represents a WebBrowserControl object.
Remarks
The ScrollBars property uses the following settings.
Setting |
Visual Basic |
Description |
---|---|---|
None |
0 |
(Default) No scroll bars appear on the text box. |
Vertical |
2 |
Vertical scroll bar appears on the text box. |