Topmost Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets a value that indicates whether the current window is always the topmost window.

Namespace:  Microsoft.SPOT.Presentation
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public Property Topmost As Boolean
public bool Topmost { get; set; }
public:
property bool Topmost {
    bool get ();
    void set (bool value);
}
member Topmost : bool with get, set
function get Topmost () : boolean
function set Topmost (value : boolean)

Property Value

Type: System. . :: . .Boolean
true if the current window is always the topmost window; otherwise, false.

.NET Framework Security

See Also

Reference

Window Class

Microsoft.SPOT.Presentation Namespace