ToolWindowConfiguration.AllowAutoCreation 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 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.