TextStepper.IHandler Interface |
Handler interface for platform implementations of the TextStepper
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic interface IHandler : TextBox.IHandler,
TextControl.IHandler, CommonControl.IHandler, Control.IHandler, Widget.IHandler
Public Interface IHandler
Inherits TextBox.IHandler, TextControl.IHandler, CommonControl.IHandler, Control.IHandler,
Widget.IHandler
type IHandler =
interface
interface TextBox.IHandler
interface TextControl.IHandler
interface CommonControl.IHandler
interface Control.IHandler
interface Widget.IHandler
end
The TextStepper.IHandler type exposes the following members.
Properties
| 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.
|
Top
See Also