Window2.Linkable Property

Definition

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.

Applies to