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.) |
![]() |
ClosePane() | Closes this pane. |
![]() |
DetachPane | Detaches the pane from its parent splitter, without closing. (Inherited from IVsSplitPane.) |
![]() |
DetachPane() | Detaches this pane from its parent splitter, without closing. |
![]() |
GetPane | Returns the indicated pane. |
![]() |
GetPaneFlags | Returns the pane flags. (Inherited from IVsSplitPane.) |
![]() |
GetPaneFlags(UInt32%) | Returns the pane flags. |
![]() |
GetParentSplitter | Gets the parent splitter. (Inherited from IVsSplitPane.) |
![]() |
GetParentSplitter(IVsSplitter%) | Gets the parent splitter. |
![]() |
GetParentWindow | Returns the parent window of the pane. (Inherited from IVsSplitPane.) |
![]() |
GetParentWindow(IntPtr%) | Get the parent window of this pane. |
![]() |
GetPosition | Gets the position of the pane. (Inherited from IVsSplitPane.) |
![]() |
GetPosition(Int32%, Int32%, Int32%, Int32%) | Gets the position of the splitter relative to its parent. |
![]() |
GetSizeExtents | Returns minimum and maximum size values for this pane. (Inherited from IVsSplitPane.) |
![]() |
GetSizeExtents(Int32%, Int32%, Int32%, Int32%) | Returns the minimums and maximums for this pane (E_NOTIMPL is allowed; 0 and full screen are defaults). |
![]() |
HandleMessage | Handles mouse-oriented message. |
![]() |
IsPanePrimary | Determines if the pane is the primary pane. |
![]() |
NotifyPane | Sends notification of splitter adjustment. (Inherited from IVsSplitPane.) |
![]() |
NotifyPane(SPLITNOTIFYCODE) | Notifies of splitter adjustment. |
![]() |
NotifySplitter | Called by child panes when they get focus, close, or other events. |
![]() |
SetFocus | Set focus on this pane. (Inherited from IVsSplitPane.) |
![]() |
SetFocus() | Sets focus on this pane |
![]() |
SetParentSplitter | Sets the parent splitter for this pane. (Inherited from IVsSplitPane.) |
![]() |
SetParentSplitter(IVsSplitter) | Sets/Gets the parent splitter for this pane. |
![]() |
SetPosition | Sets the position relative to the parent window. (Inherited from IVsSplitPane.) |
![]() |
SetPosition(Int32, Int32, Int32, Int32) | Sets the position relative to the parent window.. |
![]() |
SplitPane | Splits the indicated pane of this splitter. |
Top