Window2.Linkable 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 can be docked with other tool windows.
public:
property bool Linkable { bool get(); void set(bool value); };
public:
property bool Linkable { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(130)]
public bool Linkable { [System.Runtime.InteropServices.DispId(130)] get; [System.Runtime.InteropServices.DispId(130)] set; }
[<System.Runtime.InteropServices.DispId(130)>]
[<get: System.Runtime.InteropServices.DispId(130)>]
[<set: System.Runtime.InteropServices.DispId(130)>]
member this.Linkable : bool with get, set
Public Property Linkable As Boolean
Property Value
true
if the window can be docked with other windows; otherwise, false
.
Implements
- Attributes
Examples
This property requires a tool window.
Remarks
Linkable 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.