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
Public Interface IHandler
Inherits TextBoxIHandler, TextControlIHandler, CommonControlIHandler, ControlIHandler,
WidgetIHandler
type IHandler =
interface
interface TextBoxIHandler
interface TextControlIHandler
interface CommonControlIHandler
interface ControlIHandler
interface WidgetIHandler
end
The TextStepperIHandler 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.
|
TopSee Also