ThemedTextStepperHandlerShowStepper Property |
Gets or sets a value indicating whether this
Control is visible to the user.
Namespace:
Eto.Forms.ThemedControls
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public bool ShowStepper { get; set; }
Public Property ShowStepper As Boolean
Get
Set
abstract ShowStepper : bool with get, set
override ShowStepper : bool with get, set
Property Value
Type:
Booleantrue if visible; otherwise,
false.
Implements
TextStepperIHandlerShowStepperRemarks
When the visibility of a control is set to false, it will still occupy space in the layout, but not be shown.
The only exception is for controls like the
Splitter, which will hide a pane if the visibility
of one of the panels is changed.
See Also