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