Window::IsFloating Property

 

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

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

property bool IsFloating {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

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

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

IsFloating requires a tool window.

Return to top
Show: