System.Windows.Forms.PrintPreviewDialog.TopMost Property

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

Syntax

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.ComponentModel.Browsable(false)]
public bool TopMost { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

This property is not relevant for this class.

A topmost form is a form that overlaps all the other 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 an application. You can use this method 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