ToolWindowPane Properties

 

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

NameDescription
System_CAPS_pubpropertyBitmapImageMoniker

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.

System_CAPS_pubpropertyBitmapIndex

Gets or sets the index of the image in the bitmap strip to use for the window frame icon.

System_CAPS_pubpropertyBitmapResourceID

Gets or sets the resource ID for the bitmap strip from which to take the window frame icon.

System_CAPS_pubpropertyCaption

Gets or sets the caption for the tool window.

System_CAPS_pubpropertyContent

Gets or sets the content of this tool window. (Inherited from WindowPane.)

System_CAPS_pubpropertyFrame

Gets or sets the IVsWindowFrame that hosts the ToolWindowPane.

System_CAPS_protpropertyInitializationMode

Gets the initialization mode that is associated with this window pane.(Inherited from WindowPane.)

System_CAPS_pubpropertyPackage

Gets or sets the package that owns the tool window.

System_CAPS_pubpropertySearchCategory

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.

System_CAPS_pubpropertySearchEnabled

Override this if you want to support search in your window. You must also override other functions from the IVsWindowSearch interface, like CreateSearch, etc.

System_CAPS_pubpropertySearchFiltersEnum

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.

System_CAPS_pubpropertySearchHost

Gets the search host implementation associated with this tool window.

System_CAPS_pubpropertySearchOptionsEnum

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.

System_CAPS_pubpropertyToolBar

Gets or sets the CommandID.

System_CAPS_pubpropertyToolBarCommandTarget

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.

System_CAPS_pubpropertyToolBarDropTarget

Gets or sets the toolbar drop target.

System_CAPS_pubpropertyToolBarLocation

Gets or sets the location of the toolbar in the tool window.

System_CAPS_pubpropertyToolClsid

Gets or sets the CLSID of a tool that should be used for this tool window.

System_CAPS_pubpropertyWindow

Gets the window associated with this window pane.(Inherited from WindowPane.)

Return to top
Show: