ToolStripDropDown.TopMost Property

Definition

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

protected:
 virtual property bool TopMost { bool get(); };
protected virtual bool TopMost { get; }
member this.TopMost : bool
Protected Overridable ReadOnly Property TopMost As Boolean

Property Value

true in all cases.

Remarks

For more information and a code example, see TopMost.

Applies to