ToolWindowPane Properties
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | BitmapImageMoniker | Gets or sets the ImageMoniker for the icon for this tool window. This property should be used instead of BitmapResource and BitmapIndex to allow for DPI-aware icons. |
![]() | BitmapIndex | Gets or sets the index of the image in the bitmap strip to use for the window frame icon. |
![]() | BitmapResourceID | Gets or sets the resource ID for the bitmap strip from which to take the window frame icon. |
![]() | Caption | Gets or sets the caption for the tool window. |
![]() | Content | Gets or sets the content of this tool window. (Inherited from WindowPane.) |
![]() | Frame | Gets or sets the IVsWindowFrame that hosts the ToolWindowPane. |
![]() | InitializationMode | Gets the initialization mode that is associated with this window pane.(Inherited from WindowPane.) |
![]() | Package | Gets or sets the package that owns the tool window. |
![]() | SearchCategory | Gets the search category that is used for storing MRU items. if the window search implementation for your tool window supporst most-recently-used search strings. By default, the toolwindow guid is used for the search category. |
![]() | SearchEnabled | Override this if you want to support search in your window. You must also override other functions from the IVsWindowSearch interface, like CreateSearch, etc. |
![]() | SearchFiltersEnum | Override this function if the tool window supports search filters. The class < WindowSearchFilterEnumerator can be used to construct an enumerator over an array of search filters that implement the IVsWindowSearchFilter interface. |
![]() | SearchHost | Gets the search host implementation associated with this tool window. |
![]() | SearchOptionsEnum | Override this function if the tool window supports search options. The class T:Microsoft.VisualStudio.PlatformUI.WindowSearchOptionEnumerator can be used to construct an enumerator over an array of search options implementing the IVsWindowSearchOption interface. |
![]() | ToolBar | Gets or sets the CommandID. |
![]() | ToolBarCommandTarget | If the tool window has a ToolBar, then you can use this property to customize its command target. If this value is null, then the window frame of this tool window is used as the command target for the ToolBar. Like other toolbar-related properties, this property must be set before the initialization of the ToolWindowPane is complete. |
![]() | ToolBarDropTarget | Gets or sets the toolbar drop target. |
![]() | ToolBarLocation | Gets or sets the location of the toolbar in the tool window. |
![]() | ToolClsid | Gets or sets the CLSID of a tool that should be used for this tool window. |
![]() | Window | Gets the window associated with this window pane.(Inherited from WindowPane.) |

