IVsSplitPane Interface

Definition

Represents the split pane.

public interface class IVsSplitPane
public interface class IVsSplitPane
__interface IVsSplitPane
[System.Runtime.InteropServices.ComConversionLoss]
[System.Runtime.InteropServices.Guid("721D4D8E-E987-4712-B878-88A0E7DBA117")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsSplitPane
[System.Runtime.InteropServices.ComConversionLoss]
[System.Runtime.InteropServices.Guid("721D4D8E-E987-4712-B878-88A0E7DBA117")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsSplitPane
[<System.Runtime.InteropServices.ComConversionLoss>]
[<System.Runtime.InteropServices.Guid("721D4D8E-E987-4712-B878-88A0E7DBA117")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsSplitPane = interface
[<System.Runtime.InteropServices.ComConversionLoss>]
[<System.Runtime.InteropServices.Guid("721D4D8E-E987-4712-B878-88A0E7DBA117")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsSplitPane = interface
Public Interface IVsSplitPane
Derived
Attributes

Methods

ClosePane()

Closes the pane.

DetachPane()

Detaches the pane from its parent splitter, without closing.

GetPaneFlags(UInt32)

Returns the pane flags.

GetParentSplitter(IVsSplitter)

Gets the parent splitter.

GetParentWindow(IntPtr)

Returns the parent window of the pane.

GetPosition(Int32, Int32, Int32, Int32)

Gets the position of the pane.

GetSizeExtents(Int32, Int32, Int32, Int32)

Returns minimum and maximum size values for this pane.

NotifyPane(SPLITNOTIFYCODE)

Sends notification of splitter adjustment.

SetFocus()

Set focus on this pane.

SetParentSplitter(IVsSplitter)

Sets the parent splitter for this pane.

SetPosition(Int32, Int32, Int32, Int32)

Sets the position relative to the parent window.

Applies to