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 | |
---|---|---|
ClosePane | Closes the pane. | |
DetachPane | Detaches the pane from its parent splitter, without closing. | |
GetPaneFlags | Returns the pane flags. | |
GetParentSplitter | Gets the parent splitter. | |
GetParentWindow | Returns the parent window of the pane. | |
GetPosition | Gets the position of the pane. | |
GetSizeExtents | Returns minimum and maximum size values for this pane. | |
NotifyPane | Sends notification of splitter adjustment. | |
SetFocus | Set focus on this pane. | |
SetParentSplitter | Sets the parent splitter for this pane. | |
SetPosition | Sets the position relative to the parent window. |
Top