System.Windows.Forms.Form.TopMost Property

Gets or sets a value indicating whether the form should be displayed as a topmost form.

Syntax

[System.ComponentModel.DefaultValue(false)]
public bool TopMost { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

A topmost form is a form that overlaps all the other (non-topmost) forms even if it is not the active or foreground form. Topmost forms are always displayed at the highest point in the z-order of the windows on the desktop. You can use this property to create a form that is always displayed in your application, such as a Find and Replace tool window.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0
Since: .NET 2.0