IVsSplitPane Interface

Represents the split pane.

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

Syntax

'Declaration
<GuidAttribute("721D4D8E-E987-4712-B878-88A0E7DBA117")> _
<InterfaceTypeAttribute()> _
Public Interface IVsSplitPane
[GuidAttribute("721D4D8E-E987-4712-B878-88A0E7DBA117")]
[InterfaceTypeAttribute()]
public interface IVsSplitPane
[GuidAttribute(L"721D4D8E-E987-4712-B878-88A0E7DBA117")]
[InterfaceTypeAttribute()]
public interface class IVsSplitPane
[<GuidAttribute("721D4D8E-E987-4712-B878-88A0E7DBA117")>]
[<InterfaceTypeAttribute()>]
type IVsSplitPane =  interface end
public interface IVsSplitPane

The IVsSplitPane type exposes the following members.

Methods

  Name Description
Public method ClosePane Closes the pane.
Public method DetachPane Detaches the pane from its parent splitter, without closing.
Public method GetPaneFlags Returns the pane flags.
Public method GetParentSplitter Gets the parent splitter.
Public method GetParentWindow Returns the parent window of the pane.
Public method GetPosition Gets the position of the pane.
Public method GetSizeExtents Returns minimum and maximum size values for this pane.
Public method NotifyPane Sends notification of splitter adjustment.
Public method SetFocus Set focus on this pane.
Public method SetParentSplitter Sets the parent splitter for this pane.
Public method SetPosition Sets the position relative to the parent window.

Top

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace