Window.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.

Attributes

Examples

Linkable requires a tool window.

Remarks

Linkable is meaningful only for tool windows. If you set Linkable to false, the tool window no longer is force to be on top, the window's behavior changes.

For a document window, Linkable is always false, so setting the value fails.

Applies to