Share via


IExplorerMultiPaneControl Interface

Defines a method that is implemented by explorer view controls that support multiple panes.

Namespace:  Microsoft.SqlServer.Management.Explorer
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

Syntax

'Declaration
Public Interface IExplorerMultiPaneControl
'Usage
Dim instance As IExplorerMultiPaneControl
public interface IExplorerMultiPaneControl
public interface class IExplorerMultiPaneControl
type IExplorerMultiPaneControl =  interface end
public interface IExplorerMultiPaneControl

The IExplorerMultiPaneControl type exposes the following members.

Methods

  Name Description
Public method SelectNextPane Selects the next or previous pane.

Top