DrawableIHandlerCanFocus Property |
Gets or sets a value indicating whether this instance can recieve the input/keyboard focus
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax bool CanFocus { get; set; }
Property CanFocus As Boolean
Get
Set
abstract CanFocus : bool with get, set
Property Value
Type:
Booleantrue if this instance can be focussed; otherwise,
false.
Remarks
If this is true, by default all platforms will focus the control automatically when it is clicked.
See Also