FormIHandlerShowActivated Property |
Gets or sets a value indicating that the form should be activated when initially shown.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax bool ShowActivated { get; set; }
Property ShowActivated As Boolean
Get
Set
abstract ShowActivated : bool with get, set
Property Value
Type:
BooleanRemarks
When
true, the form will become the active/focussed window when the
Show method is called.
When
false, the form will show but will not get focus until the user clicks on the form.
See Also