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 | |
---|---|---|
WindowPane() | ||
WindowPane(IServiceProvider) | Initializes a new instance of WindowPane with the specified service provider. |
Top
Methods
Name | Description | |
---|---|---|
Dispose() | Disposes the window pane and its resources. | |
Dispose(Boolean) | Disposes the resources of the window pane. | |
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.) | |
GetService | Gets the service of the specified type. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Initialize | Initializes services after the window pane has been sited. | |
LoadUIState | ||
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnClose | Raised when the window is closed. | |
OnCreate | Raised when the window pane is created. | |
PreProcessMessage | Preprocesses the messages from navigation keys. | |
SaveUIState | ||
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Content | ||
InitializationMode | Gets the initialization mode that is associated with this window pane. | |
Window | Gets the window that is associated with this window pane. |
Top
Explicit Interface Implementations
Top