ThemedTextStepperHandler Properties |
The ThemedTextStepperHandler type exposes the following members.
Name | Description | |
---|---|---|
AutoSelectMode |
Gets or sets the auto selection mode.
| |
BackgroundColor |
Gets or sets the color for the background of the control
(Overrides ThemedControlHandlerTControl, TWidget, TCallbackBackgroundColor.) | |
CaretIndex |
Gets or sets the index of the current insertion point.
| |
Font |
Gets or sets the font for the text of the control
| |
HasFocus |
Gets a value indicating whether this instance has the keyboard input focus.
(Overrides ThemedControlHandlerTControl, TWidget, TCallbackHasFocus.) | |
KeyboardControl |
Gets the control used to attach keyboard and text input events
(Overrides ThemedControlHandlerTControl, TWidget, TCallbackKeyboardControl.) | |
MaxLength |
Gets or sets the maximum length of the text that can be entered in the control.
| |
PlaceholderText |
Gets or sets the placeholder text to show as a hint of what the user should enter.
| |
ReadOnly |
Gets or sets a value indicating whether this TextBox is read only.
| |
Selection |
Gets or sets the current text selection.
| |
ShowBorder |
Gets or sets a value indicating whether to show the control's border.
| |
ShowStepper |
Gets or sets a value indicating whether this Control is visible to the user.
| |
Stepper |
Gets the Stepper part of the themed text stepper
| |
Text |
Gets or sets the text of the control.
| |
TextAlignment |
Gets or sets the alignment of the text in the entry box.
| |
TextBox |
Gets the TextBox part of the themed text stepper
| |
TextColor |
Gets or sets the color of the text.
| |
ValidDirection |
Gets or sets the valid directions the stepper will allow the user to click.
|