:: com :: sun :: star :: awt ::

service UnoControlScrollBarModel
Description
specifies the standard model of an UnoControlScrollBar .

Included Services
UnoControlModel
specifies the standard model of an UnoControl in the Smalltalk model view controller design .
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
long Orientation;
Description
specifies the ScrollBarOrientation of the control.
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.

 
Top of Page