ThemedTextStepperHandlerKeyboardControl Property |
Gets the control used to attach keyboard and text input events
Namespace:
Eto.Forms.ThemedControls
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax protected override Control KeyboardControl { get; }
Protected Overrides ReadOnly Property KeyboardControl As Control
Get
abstract KeyboardControl : Control with get
override KeyboardControl : Control with get
Property Value
Type:
ControlThe keyboard control.
See Also