Indicates whether the window should be display at the highest z-order of the application.

Namespace: Ico.Gwx
Assembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool TopMost { get; set; }
Visual Basic
Public Property TopMost As Boolean
	Get
	Set
JScript
function get TopMost () : boolean
function set TopMost (value : boolean)

See Also