Window2::IsFloating Property

 

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

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

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

Property Value

Type: System::Boolean

true if the window is a tool window; otherwise, false.

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

IsFloating requires a tool window.

Return to top
Show: