service UnoControlScrollBarModel in module com::sun::star::awt::

(Global Index)

Syntax

service UnoControlScrollBarModel;

Description

specifies the standard model of an UnoScrollBarControl .

Included Services

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

Description

specifies the standard model of an UnoControl in the Smalltalk model view controller design .


Property Summary

BlockIncrement specifies the increment for a block move.

Border specifies the border style of the control.

Enabled determines whether a control is enabled or disabled.

HelpText specifies the help text of the control.

HelpURL specifies the help id 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 scrollbar.

Property Details



BlockIncrement

Syntax

long BlockIncrement;

Description

specifies the increment for a block move.


Border

Syntax

short Border;

Description

specifies the border style of the control.

 0: No border
 1: 3D border
 2: simple border

Enabled

Syntax

boolean Enabled;

Description

determines whether a control is enabled or disabled.


HelpText

Syntax

string HelpText;

Description

specifies the help text of the control.


HelpURL

Syntax

string HelpURL;

Description

specifies the help id of the control.


LineIncrement

Syntax

long LineIncrement;

Description

specifies the increment for a single line move.


Orientation

Syntax

long Orientation;

Description

specifies the ScrollBarOrientation of the control.


Printable

Syntax

boolean Printable;

Description

specifies that the control will be printed with the document.


ScrollValue

Syntax

long ScrollValue;

Description

specifies the scroll value of the control.


ScrollValueMax

Syntax

long ScrollValueMax;

Description

specifies the maximum scroll value of the control.


VisibleSize

Syntax

long VisibleSize;

Description

specifies the visible size of the scrollbar.

Top of Page