Click or drag to resize

WindowTopmost Property

Gets or sets a value indicating whether this Window is above all other windows.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public bool Topmost { get; set; }

Property Value

Type: Boolean
true if the window should be topmost; otherwise, false.
Remarks
The window should be above all other windows when this is true. In some platforms, this will show above all other windows only when the application has focus.
See Also