Window.IsFloating Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.