ToolWindowPane Members

A default implementation for a tool window. It can be subclassed for a customized tool window.

The ToolWindowPane type exposes the following members.

Constructors

  Name Description
Protected method ToolWindowPane Initializes an instance of this class.

Top

Methods

  Name Description
Public method Dispose Overloaded.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method 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.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetIVsWindowPane Gets the IVsWindowPane associated with the tool window.
Protected method GetService Gets the service of the specified type. (Inherited from WindowPane.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method Initialize Initializes services after the window pane has been sited. (Inherited from WindowPane.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method OnClose Raised when the window is closed. (Inherited from WindowPane.)
Protected method OnCreate Raised when the window pane is created. (Inherited from WindowPane.)
Public method OnToolBarAdded Called when a toolbar is added to the tool window.
Public method OnToolWindowCreated This method can be overridden by the derived class to execute any code that needs to run after the creation of IVsWindowFrame.
Protected method PreProcessMessage Preprocesses the messages from navigation keys. (Inherited from WindowPane.)
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

Properties

  Name Description
Public property BitmapIndex Gets or sets the index of the image to use in the bitmap strip for the window frame icon.
Public property BitmapResourceID Gets or sets the resource ID for the bitmap strip from which to take the window frame icon.
Public property Caption Gets or sets the caption for the tool window.
Public property Frame Gets or sets the IVsWindowFrame hosting the ToolWindowPane.
Public property Package Gets or sets the package owning the tool window.
Public property ToolBar Gets or sets the CommandID.
Public property ToolBarLocation Gets or sets the location of the toolbar in the tool window.
Public property ToolClsid Gets or sets the CLSID of a tool that should be used for this tool window.
Public property Window Gets the window that is associated with this window pane. (Inherited from WindowPane.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IVsWindowPane.ClosePane (Inherited from WindowPane.)
Explicit interface implemetationPrivate method IVsWindowPane.CreatePaneWindow (Inherited from WindowPane.)
Explicit interface implemetationPrivate method IOleCommandTarget.Exec (Inherited from WindowPane.)
Explicit interface implemetationPrivate method IVsWindowPane.GetDefaultSize (Inherited from WindowPane.)
Explicit interface implemetationPrivate method IServiceProvider.GetService (Inherited from WindowPane.)
Explicit interface implemetationPrivate method IVsWindowPane.LoadViewState (Inherited from WindowPane.)
Explicit interface implemetationPrivate method IVsBroadcastMessageEvents.OnBroadcastMessage (Inherited from WindowPane.)
Explicit interface implemetationPrivate method IOleCommandTarget.QueryStatus (Inherited from WindowPane.)
Explicit interface implemetationPrivate method IVsWindowPane.SaveViewState (Inherited from WindowPane.)
Explicit interface implemetationPrivate method IVsWindowPane.SetSite (Inherited from WindowPane.)
Explicit interface implemetationPrivate method IVsWindowPane.TranslateAccelerator (Inherited from WindowPane.)

Top

See Also

Reference

ToolWindowPane Class

Microsoft.VisualStudio.Shell Namespace