ThemedTextStepperHandlerValidDirection Property |
Gets or sets the valid directions the stepper will allow the user to click.
Namespace:
Eto.Forms.ThemedControls
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax [DefaultValueAttribute(StepperValidDirections.Both)]
public StepperValidDirections ValidDirection { get; set; }
<DefaultValueAttribute(StepperValidDirections.Both)>
Public Property ValidDirection As StepperValidDirections
Get
Set
[<DefaultValueAttribute(StepperValidDirections.Both)>]
abstract ValidDirection : StepperValidDirections with get, set
[<DefaultValueAttribute(StepperValidDirections.Both)>]
override ValidDirection : StepperValidDirections with get, set
Property Value
Type:
StepperValidDirectionsThe valid directions for the stepper.
Implements
TextStepperIHandlerValidDirectionRemarks
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