ToolWindowPane Members
Include Protected Members
Include Inherited Members
A default implementation for a tool window. It can be subclassed to implement a customized tool window.
The ToolWindowPane type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ToolWindowPane() | ||
ToolWindowPane(IServiceProvider) | Initializes an instance of this class. |
Top
Methods
Name | Description | |
---|---|---|
Dispose() | Disposes the window pane and its resources. (Inherited from WindowPane.) | |
Dispose(Boolean) | Disposes the resources of the window pane. (Inherited from WindowPane.) | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetIVsWindowPane | Gets the IVsWindowPane that is associated with the tool window. | |
GetService | Gets the service of the specified type. (Inherited from WindowPane.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Initialize | Initializes services after the window pane has been sited. (Inherited from WindowPane.) | |
LoadUIState | (Inherited from WindowPane.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnClose | Raised when the window is closed. (Inherited from WindowPane.) | |
OnCreate | Raised when the window pane is created. (Inherited from WindowPane.) | |
OnToolBarAdded | Called when a toolbar is added to the tool window. | |
OnToolWindowCreated | This method can be overridden by the derived class to execute any code that must run after the creation of IVsWindowFrame. | |
PreProcessMessage | Preprocesses the messages from navigation keys. (Inherited from WindowPane.) | |
SaveUIState | (Inherited from WindowPane.) | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
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 | (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. | |
ToolBar | Gets or sets the CommandID. | |
ToolBarDropTarget | ||
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 that is associated with this window pane. (Inherited from WindowPane.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IServiceProvider.GetService | Gets the service of the specified type. (Inherited from WindowPane.) | |
IOleCommandTarget.Exec | Executes the specified command. (Inherited from WindowPane.) | |
IOleCommandTarget.QueryStatus | Queries the object for the status of one or more commands that are generated by user interface events. (Inherited from WindowPane.) | |
IVsBroadcastMessageEvents.OnBroadcastMessage | Raised when a message is broadcast to the window. (Inherited from WindowPane.) | |
IVsUIElementPane.CloseUIElementPane | (Inherited from WindowPane.) | |
IVsUIElementPane.CreateUIElementPane | (Inherited from WindowPane.) | |
IVsUIElementPane.GetDefaultUIElementSize | (Inherited from WindowPane.) | |
IVsUIElementPane.LoadUIElementState | (Inherited from WindowPane.) | |
IVsUIElementPane.SaveUIElementState | (Inherited from WindowPane.) | |
IVsUIElementPane.SetUIElementSite | (Inherited from WindowPane.) | |
IVsUIElementPane.TranslateUIElementAccelerator | (Inherited from WindowPane.) | |
IVsWindowPane.ClosePane | Closes the window pane. (Inherited from WindowPane.) | |
IVsWindowPane.CreatePaneWindow | Creates a window pane. (Inherited from WindowPane.) | |
IVsWindowPane.GetDefaultSize | Gets the default size of the window pane. (Inherited from WindowPane.) | |
IVsWindowPane.LoadViewState | Loads the saved view state. (Inherited from WindowPane.) | |
IVsWindowPane.SaveViewState | Saves the loaded view state. (Inherited from WindowPane.) | |
IVsWindowPane.SetSite | Initializes this window pane with the specified service provider. (Inherited from WindowPane.) | |
IVsWindowPane.TranslateAccelerator | Handles the translation of navigation keys. (Inherited from WindowPane.) |
Top