WindowPane Members
Include Protected Members
Include Inherited Members
A default implementation of a tool window pane. This class implements IVsWindowPane, but the implementer must provide an implementation of an object that returns an IWin32Window. This class also implements IOleCommandTarget, maps it to IMenuCommandService and IObjectWithSite, and maps the site to services that can be queried through its protected GetService method.
The WindowPane type exposes the following members.
Constructors
Name
Description
Initializes a new instance of WindowPane with the specified service provider.
Top
Methods
Name
Description
Overloaded. Disposes the window pane and its resources.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the service of the specified type.
Gets the type of the current instance. (Inherited from Object.)
Initializes services after the window pane has been sited.
Creates a shallow copy of the current Object. (Inherited from Object.)
Raised when the window is closed.
Raised when the window pane is created.
Preprocesses the messages from navigation keys.
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Gets the window that is associated with this window pane.
Top
Explicit Interface Implementations
Name
Description
Closes the window pane.
IVsWindowPane.CreatePaneWindow
Creates a window pane.
Executes the specified command.
Gets the default size of the window pane.
Gets the service of the specified type.
Loads the saved view state.
IVsBroadcastMessageEvents.OnBroadcastMessage
Raised when a message is broadcast to the window.
Queries the object for the status of one or more commands that are generated by user interface events.
Saves the loaded view state.
Initializes this window pane with the specified service provider.
IVsWindowPane.TranslateAccelerator
Handles the translation of navigation keys.
Top