ProvideToolWindowAttribute Properties
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | DockedHeight | Gets ore sets the default height of the ToolWindow when docked. |
![]() | DockedWidth | Gets ore sets the default width of the ToolWindow when docked. |
![]() | DocumentLikeTool | Set this property to true if you want a tool window that is like a document in its behavior and lifetime. The tool window will only be MDI or floating and will remain visible in its position across all layout changes until manually closed by the user at which point it will be destroyed. This flag implies DontForceCreate and destructive multi instance. |
![]() | Height | Gets or sets the default height of the tool window. |
![]() | MultiInstances | Determines whether multiple instances of the tool window are allowed. |
![]() | Orientation | Gets or sets the default orientation for the tool window relative to the window specified by the Window property. |
![]() | PositionX | Gets or sets the default horizontal value of the top left corner of the tool window. |
![]() | PositionY | Gets or sets the vertical value of the top left corner of the tool window. |
![]() | Style | Gets or sets the default docking style for the tool window. |
![]() | ToolType | Gets or sets the type of the tool window. |
![]() | Transient | Gets or sets whether the tool window should not be reopened when the IDE restarts. |
![]() | TypeId | Gets the current instance of this attribute.(Inherited from RegistrationAttribute.) |
![]() | Width | Gets or sets the default width of the tool window. |
![]() | Window | Gets or sets the GUID of the default window on which the tool window should be docked. |
