Click or drag to resize

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 Value

Type: Boolean
true 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