Click or drag to resize

TextStepper.IHandler 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 : TextBox.IHandler, 
	TextControl.IHandler, CommonControl.IHandler, Control.IHandler, Widget.IHandler

The TextStepper.IHandler 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