Properties' Summary |
BlockIncrement |
specifies the increment for a block move.
|
Border |
specifies the border style of the control.
|
Enabled |
determines whether the control is enabled or disabled.
|
HelpText |
specifies the help text of the control.
|
HelpURL |
specifies the help URL of the control.
|
LineIncrement |
specifies the increment for a single line move.
|
Orientation |
specifies the ScrollBarOrientation of the control.
|
Printable |
specifies that the control will be printed with the document.
|
ScrollValue |
specifies the scroll value of the control.
|
ScrollValueMax |
specifies the maximum scroll value of the control.
|
VisibleSize |
specifies the visible size of the scroll bar.
|
Properties' Details |
BlockIncrement
long BlockIncrement;
- Description
- specifies the increment for a block move.
|
|
Border
short Border;
- Description
- specifies the border style of the control.
0: No border
1: 3D border
2: simple border
|
|
Enabled
boolean Enabled;
- Description
- determines whether the control is enabled or disabled.
|
|
HelpText
string HelpText;
- Description
- specifies the help text of the control.
|
|
HelpURL
string HelpURL;
- Description
- specifies the help URL of the control.
|
|
LineIncrement
long LineIncrement;
- Description
- specifies the increment for a single line move.
|
|
Orientation
|
Printable
boolean Printable;
- Description
- specifies that the control will be printed with the document.
|
|
ScrollValue
long ScrollValue;
- Description
- specifies the scroll value of the control.
|
|
ScrollValueMax
long ScrollValueMax;
- Description
- specifies the maximum scroll value of the control.
|
|
VisibleSize
long VisibleSize;
- Description
- specifies the visible size of the scroll bar.
|
|
Copyright © 2003 Sun Microsystems, Inc.