StepperIHandler Interface |
Handler interface for the Stepper
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public interface IHandler : ControlIHandler,
WidgetIHandler
Public Interface IHandler
Inherits ControlIHandler, WidgetIHandler
type IHandler =
interface
interface ControlIHandler
interface WidgetIHandler
end
The StepperIHandler type exposes the following members.
Properties
| Name | Description |
---|
| ValidDirection |
Gets or sets the valid directions the stepper will allow the user to click.
|
TopSee Also