Share via


ToolWindowConfiguration.AllowAutoCreation Property

Definition

Gets or sets a value indicating whether the tool window can be created automatically.

public bool AllowAutoCreation { get; set; }
member this.AllowAutoCreation : bool with get, set
Public Property AllowAutoCreation As Boolean

Property Value

Remarks

When true, the tool window will be created if it should be visible in the current window layout or when any relevant visibility contexts activate. When false the tool window will not be created as part of loading any window layout or due to visibility contexts, and the only way to trigger the creation is to manually show it.

Applies to