ThemedTextStepperHandlerHasFocus Property |
Gets a value indicating whether this instance has the keyboard input focus.
Namespace:
Eto.Forms.ThemedControls
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public override bool HasFocus { get; }
Public Overrides ReadOnly Property HasFocus As Boolean
Get
abstract HasFocus : bool with get
override HasFocus : bool with get
Property Value
Type:
Booleantrue if this instance has focus; otherwise,
false.
Implements
ControlIHandlerHasFocusControlIHandlerHasFocusSee Also