IVsSplitter Interface
Represents the split pane.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
<GuidAttribute("66280096-A495-48E9-8AF4-E758FDE1FCDC")> _
<InterfaceTypeAttribute()> _
Public Interface IVsSplitter _
Inherits IVsSplitPane
[GuidAttribute("66280096-A495-48E9-8AF4-E758FDE1FCDC")]
[InterfaceTypeAttribute()]
public interface IVsSplitter : IVsSplitPane
[GuidAttribute(L"66280096-A495-48E9-8AF4-E758FDE1FCDC")]
[InterfaceTypeAttribute()]
public interface class IVsSplitter : IVsSplitPane
[<GuidAttribute("66280096-A495-48E9-8AF4-E758FDE1FCDC")>]
[<InterfaceTypeAttribute()>]
type IVsSplitter =
interface
interface IVsSplitPane
end
public interface IVsSplitter extends IVsSplitPane
The IVsSplitter type exposes the following members.
Methods
Name | Description | |
---|---|---|
ClosePane | Closes this pane. | |
DetachPane | Detaches this pane from its parent splitter, without closing. | |
GetPane | Returns the indicated pane. | |
GetPaneFlags | Returns the pane flags. | |
GetParentSplitter | Gets the parent splitter. | |
GetParentWindow | Get the parent window of this pane. | |
GetPosition | Gets the position of the splitter relative to its parent. | |
GetSizeExtents | 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 | Notifies of splitter adjustment. | |
NotifySplitter | Called by child panes when they get focus, close, or other events. | |
SetFocus | Sets focus on this pane | |
SetParentSplitter | Sets/Gets the parent splitter for this pane. | |
SetPosition | Sets the position relative to the parent window.. | |
SplitPane | Splits the indicated pane of this splitter. |
Top