Click or drag to resize

TextStepper Class

Stepper with custom text entry field
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class TextStepper : TextBox

The TextStepper type exposes the following members.

Constructors
  NameDescription
Public methodTextStepper
Initializes a new instance of the TextStepper class
Top
Properties
  NameDescription
Public propertyShowStepper
Gets or sets a value indicating whether the Stepper will be shown.
Public propertyValidDirection
Gets or sets the valid directions the stepper will allow the user to click.
Top
Methods
Events
  NameDescription
Public eventStep
Event to handle when the user clicks on one of the step buttons, either up or down.
Top
Fields
  NameDescription
Public fieldStatic memberStepEvent
Identifier for the Step event.
Top
Remarks
This can be used to implement a custom stepper interface that is not entirely restricted to numeric values like NumericStepper.
See Also