IVsSplitPane Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | ClosePane() | Closes the pane. |
![]() | DetachPane() | Detaches the pane from its parent splitter, without closing. |
![]() | GetPaneFlags(UInt32) | Returns the pane flags. |
![]() | GetParentSplitter(IVsSplitter^) | Gets the parent splitter. |
![]() | GetParentWindow(IntPtr) | Returns the parent window of the pane. |
![]() | GetPosition(Int32, Int32, Int32, Int32) | Gets the position of the pane. |
![]() | GetSizeExtents(Int32, Int32, Int32, Int32) | Returns minimum and maximum size values for this pane. |
![]() | NotifyPane(SPLITNOTIFYCODE) | Sends notification of splitter adjustment. |
![]() | SetFocus() | Set focus on this pane. |
![]() | SetParentSplitter(IVsSplitter^) | Sets the parent splitter for this pane. |
![]() | SetPosition(Int32, Int32, Int32, Int32) | Sets the position relative to the parent window. |
Show:
