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; }
Public Property Topmost As Boolean
Get
Set
member Topmost : bool with get, set
Property Value
Type:
Booleantrue 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