Window.IsFloating Property

Definition

Gets or sets a value indicating whether the tool window is floating over other windows.

public:
 property bool IsFloating { bool get(); void set(bool value); };
public:
 property bool IsFloating { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(135)]
public bool IsFloating { [System.Runtime.InteropServices.DispId(135)] get; [System.Runtime.InteropServices.DispId(135)] set; }
[<System.Runtime.InteropServices.DispId(135)>]
[<get: System.Runtime.InteropServices.DispId(135)>]
[<set: System.Runtime.InteropServices.DispId(135)>]
member this.IsFloating : bool with get, set
Public Property IsFloating As Boolean

Property Value

true if the window is floating over other windows; otherwise, false.

Attributes

Examples

IsFloating requires a tool window.

Remarks

IsFloating produces an error if the window is a Document window.

Applies to