|
Description
|
Returns/sets whether the control object has horizontal or vertical scroll bars.
|
Syntax Visual Basic
|
[form.]DXFReader.ScrollBars[ = {True|False}]
|
|
Visual C++
|
BOOL DXFReader.GetScrollBars(); void DXFReader.SetScrollBars(BOOL bNewValue);
|
|
Delphi
|
property ScrollBars: WordBool;
|
|
C#
|
bool DXFReader.ScrollBars;
|
|
Remarks
|
The figures below show how this property affects visualization.
 |  | | ScrollBars = False | ScrollBars = True |
|
|
Data Type
|
Boolean
|
|
Default Value
|
False
|