KiXforms Class Library |
ScrollBars Property |
Gets or sets which scroll bars should appear in a multiline control.
object.ScrollBars [ = Long ]
object.ScrollBars = String
One of the following values. The default is None.
String | Long | Description |
---|---|---|
None | 0 | No scroll bars are shown. |
Horizontal | 1 | Only horizontal scroll bars are shown. |
Vertical | 2 | Only vertical scroll bars are shown. |
Both | 3 | Both horizontal and vertical scroll bars are shown. |
Horizontal scroll bars will not be shown if the WordWrap property is set to true, regardless of the value of the ScrollBars property.
The CHM file was converted to HTML by chm2web software. |