TextStepper Class |
Namespace: Eto.Forms
The TextStepper type exposes the following members.
Name | Description | |
---|---|---|
TextStepper | Initializes a new instance of the TextStepper class |
Name | Description | |
---|---|---|
ShowStepper |
Gets or sets a value indicating whether the Stepper will be shown.
| |
ValidDirection |
Gets or sets the valid directions the stepper will allow the user to click.
|
Name | Description | |
---|---|---|
GetCallback |
Gets the callback.
(Overrides TextBoxGetCallback.) | |
OnStep |
Triggers the Step event.
|
Name | Description | |
---|---|---|
Step |
Event to handle when the user clicks on one of the step buttons, either up or down.
|