public interface IScrollBar extends IControlT<IScrollBar>, IRangeBase
| Modifier and Type | Method and Description |
|---|---|
int |
getLargeChange()
Gets a value to be added to or subtracted from the value of a RangeBase control.
|
FormControlOrientation |
getOrientation()
Gets whether the
IScrollBar is displayed horizontally or vertically. |
void |
setLargeChange(int value)
Sets a value to be added to or subtracted from the value of a RangeBase control.
|
void |
setOrientation(FormControlOrientation value)
Sets whether the
IScrollBar is displayed horizontally or vertically. |
getMax, getMin, getSmallChange, setMax, setMin, setSmallChangegetValue, setValuegetDisplay3DShading, getLinkedCell, setDisplay3DShading, setLinkedCellbringToFront, delete, getBottomRightCell, getEnabled, getFormControlType, getHeight, getLeft, getLocked, getName, getParent, getPlacement, getPrintObject, getShapeRange, getTop, getTopLeftCell, getVisible, getWidth, getZOrder, sendToBack, setEnabled, setHeight, setLeft, setLocked, setName, setPlacement, setPrintObject, setTop, setVisible, setWidthint getLargeChange()
void setLargeChange(int value)
value - [0,30000]FormControlOrientation getOrientation()
IScrollBar is displayed horizontally or vertically.
FormControlOrientation.Horizontal.
Otherwise, FormControlOrientation.Vertical .void setOrientation(FormControlOrientation value)
IScrollBar is displayed horizontally or vertically.
FormControlOrientation.Horizontal.
Otherwise, FormControlOrientation.Vertical .