:: com :: sun :: star :: form :: component ::

unpublished service ScrollBar
Usage Restrictions
not published
Description
specifies the model of a scroll bar control.

Included Services - Summary
::com::sun::star::awt::UnoControlScrollBarModel
(referenced entity's summary:)
specifies the standard model of an ::com::sun::star::awt::UnoControlScrollBar.
::com::sun::star::form::FormControlModel
(referenced entity's summary:)
specifies a control model within a form.
Exported Interfaces - Summary
::com::sun::star::form::XReset

resets the control.

Properties' Summary
long
DefaultScrollValue
contains a default value for the control.  
Included Services - Details
::com::sun::star::awt::UnoControlScrollBarModel
(referenced entity's summary:)
specifies the standard model of an ::com::sun::star::awt::UnoControlScrollBar.
::com::sun::star::form::FormControlModel
(referenced entity's summary:)
specifies a control model within a form.
Exported Interfaces - Details
::com::sun::star::form::XReset
Description
resets the control.
Properties' Details
DefaultScrollValue
long DefaultScrollValue;
Description
contains a default value for the control.

This value is used when the control is initially displayed, and for resetting it.

See also
::com::sun::star::awt::UnoControlScrollBarModel::ScrollValue, ::com::sun::star::form::XReset

 
Top of Page