IVsSplitter Members
Include Protected Members
Include Inherited Members
Represents the split pane.
The IVsSplitter type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
ClosePane | Closes the pane. (Inherited from IVsSplitPane.) |
![]() |
DetachPane | Detaches the pane from its parent splitter, without closing. (Inherited from IVsSplitPane.) |
![]() |
GetPane | Returns the indicated pane. |
![]() |
GetPaneFlags | Returns the pane flags. (Inherited from IVsSplitPane.) |
![]() |
GetParentSplitter | Gets the parent splitter. (Inherited from IVsSplitPane.) |
![]() |
GetParentWindow | Returns the parent window of the pane. (Inherited from IVsSplitPane.) |
![]() |
GetPosition | Gets the position of the pane. (Inherited from IVsSplitPane.) |
![]() |
GetSizeExtents | Returns minimum and maximum size values for this pane. (Inherited from IVsSplitPane.) |
![]() |
HandleMessage | Handles mouse-oriented message. |
![]() |
IsPanePrimary | Determines if the pane is the primary pane. |
![]() |
NotifyPane | Sends notification of splitter adjustment. (Inherited from IVsSplitPane.) |
![]() |
NotifySplitter | Called by child panes when they get focus, close, or other events. |
![]() |
SetFocus | Set focus on this pane. (Inherited from IVsSplitPane.) |
![]() |
SetParentSplitter | Sets the parent splitter for this pane. (Inherited from IVsSplitPane.) |
![]() |
SetPosition | Sets the position relative to the parent window. (Inherited from IVsSplitPane.) |
![]() |
SplitPane | Splits the indicated pane of this splitter. |
Top