FormShowActivated 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 [DefaultValueAttribute(true)]
public bool ShowActivated { get; set; }
<DefaultValueAttribute(true)>
Public Property ShowActivated As Boolean
Get
Set
[<DefaultValueAttribute(true)>]
member 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