Window2::Linkable Property
Visual Studio 2015
Gets or sets a value indicating whether the tool window can be docked with other tool windows.
Assembly: EnvDTE80 (in EnvDTE80.dll)
Property Value
Type: System::Booleantrue if the window can be docked with other windows; otherwise, false.
Implements
Window::LinkableLinkable is meaningful only for tool windows. Setting Linkable to false causes the tool window to no longer force itself to be on top, as well as changing the window's behavior.
For a document window, Linkable is always false, so setting the value fails.
This property requires a tool window.
Show: