Applies to
HScroll bar, Window.
Description
Returns or sets position of slide in a horizontal scroll bar. The scroll bar can be in a window, or can be a discrete scroll bar control.
Usage
position = Get_Property (objectname, "HPOSITION")
existingposition = Set_Property (objectname, "HPOSITION", position)
Remarks
position is an @FM-delimited array of:
Position | Description |
---|---|
position<1> | Current slide position. |
position<2> | Least slide position. |
position<3> | Greatest slide position. |
position<4> | Slide increment (defaults to 1). |