TextStepperIHandlerValidDirection Property |
Gets or sets the valid directions the stepper will allow the user to click.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax StepperValidDirections ValidDirection { get; set; }
Property ValidDirection As StepperValidDirections
Get
Set
abstract ValidDirection : StepperValidDirections with get, set
Property Value
Type:
StepperValidDirectionsThe valid directions for the stepper.
Remarks
On some platforms, the up and/or down buttons will not appear disabled, but will not trigger any events when they are
not set as a valid direction.
See Also