IExplorerView Interface

Definition

Provides definition of the view.

public interface class IExplorerView : IDisposable
public interface IExplorerView : IDisposable
type IExplorerView = interface
    interface IDisposable
Public Interface IExplorerView
Implements IDisposable
Implements

Properties

Context

Gets or sets the view context of the Explorer.

ExplorerViewControlType

Gets the specified type of the view control.

Host

Gets or sets the Explorer to the view host.

ViewDescriptor

Gets or sets the Explorer to view the descriptor.

Methods

Activate()

Activates the view that is attached to the current view control.

Deactivate()

Deactivates the view that is detached from the current view control.

Applies to