IVsSplitter Methods

 

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

NameDescription
System_CAPS_pubmethodClosePane()

Closes this pane.

System_CAPS_pubmethodDetachPane()

Detaches this pane from its parent splitter, without closing.

System_CAPS_pubmethodGetPane(Int32, IVsSplitPane^)

Returns the indicated pane.

System_CAPS_pubmethodGetPaneFlags(UInt32)

Returns the pane flags.

System_CAPS_pubmethodGetParentSplitter(IVsSplitter^)

Gets the parent splitter.

System_CAPS_pubmethodGetParentWindow(IntPtr)

Get the parent window of this pane.

System_CAPS_pubmethodGetPosition(Int32, Int32, Int32, Int32)

Gets the position of the splitter relative to its parent.

System_CAPS_pubmethodGetSizeExtents(Int32, Int32, Int32, Int32)

Returns the minimums and maximums for this pane (E_NOTIMPL is allowed; 0 and full screen are defaults).

System_CAPS_pubmethodHandleMessage(UInt32, IntPtr, IntPtr)

Handles mouse-oriented message.

System_CAPS_pubmethodIsPanePrimary(IVsSplitPane^)

Determines if the pane is the primary pane.

System_CAPS_pubmethodNotifyPane(SPLITNOTIFYCODE)

Notifies of splitter adjustment.

System_CAPS_pubmethodNotifySplitter(IVsSplitPane^, PANEEVENTS)

Called by child panes when they get focus, close, or other events.

System_CAPS_pubmethodSetFocus()

Sets focus on this pane

System_CAPS_pubmethodSetParentSplitter(IVsSplitter^)

Sets/Gets the parent splitter for this pane.

System_CAPS_pubmethodSetPosition(Int32, Int32, Int32, Int32)

Sets the position relative to the parent window..

System_CAPS_pubmethodSplitPane(IVsSplitPane^, Int32, Int32, UInt32, IVsSplitter^)

Splits the indicated pane of this splitter.

Return to top
Show: