IVsWindowPane Interface
Provides basic window pane functionality.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
The IVsWindowPane type exposes the following members.
| Name | Description | |
|---|---|---|
|
ClosePane | Closes a window pane. |
|
CreatePaneWindow | Creates a window pane. |
|
GetDefaultSize | Returns the default size of a given window pane. |
|
LoadViewState | Loads a view state. |
|
SaveViewState | Saves a view state of a document window. |
|
SetSite | Initializes a new window pane. |
|
TranslateAccelerator | Handles the translation of special navigation keys. |