Specifies the spin buttons layout.
Declaration
SpinButtonsObj.Position
Read-Write Property | String |
SpinButtonsObj | A TcxSpinEditButtons object |
Description
The SpinEdit contains four buttons: a pair for small increment and a pair for the large increment steps (that is displayed if the ShowFastButtons
property is enabled). The Position
property specifies how these spin buttons are displayed within the component.
Property Value
One of the following string values:
Value | Description |
---|---|
“sbpHorzLeftRight ” |
Spin buttons and a fast spin buttons that increase the value are positioned on the right side of the edit box, buttons that decrease the value are positioned on the left side of the edit box. Spin buttons are oriented horizontally. |
“sbpHorzRight ” |
All spin buttons and fast spin buttons are positioned on the right side of the edit box. Spin buttons are oriented horizontally. |
“sbpVert ” |
All spin buttons and fast spin buttons are positioned on the right side of the edit box. Spin buttons are oriented vertically. |
The default value is “sbpVert
”.
See Also
TcxSpinEdit Object
TcxSpinEditProperties Object
TcxSpinEditButtons Object