Click or drag to resize

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; }

Property Value

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