IVsSplitPane Members
Include Protected Members
Include Inherited Members
Represents the split pane.
The IVsSplitPane type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
ClosePane | Closes the pane. |
![]() |
DetachPane | Detaches the pane from its parent splitter, without closing. |
![]() |
GetPaneFlags | Returns the pane flags. |
![]() |
GetParentSplitter | Gets the parent splitter. |
![]() |
GetParentWindow | Returns the parent window of the pane. |
![]() |
GetPosition | Gets the position of the pane. |
![]() |
GetSizeExtents | Returns minimum and maximum size values for this pane. |
![]() |
NotifyPane | Sends notification of splitter adjustment. |
![]() |
SetFocus | Set focus on this pane. |
![]() |
SetParentSplitter | Sets the parent splitter for this pane. |
![]() |
SetPosition | Sets the position relative to the parent window. |
Top