TcxSpinEditButtons.Position Property
Specifies the position of spin editor buttons.
Declaration
property Position: TcxSpinEditButtonsPosition read; write; default sbpVert;
Property Value
Type | Default |
---|---|
TcxSpinEditButtonsPosition | sbpVert |
Remarks
Spin editors are capable of displaying four buttons to affect the edited value. Two are used to increment and decrement the edited value by the Increment property value. The other two modify the edited value by the LargeIncrement property value but they are only visible if the ShowFastButtons property is set to True. How these buttons are oriented and positioned within the editor is controlled by the Position property.
All the possible values for the Position property are listed in the following table.
Value | Meaning |
---|---|
sbpHorzLeftRight | |
sbpHorzRight | |
sbpVert |
The default value of the Position property is sbpVert.
See Also