Click or drag to resize

TextStepperIHandler Interface

Handler interface for platform implementations of the TextStepper

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IHandler : TextBoxIHandler, 
	TextControlIHandler, CommonControlIHandler, ControlIHandler, WidgetIHandler

The TextStepperIHandler type exposes the following members.

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
See Also