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

Top

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace