IUIManager Interface

Definition

Enables interaction with the user interface of the development environment object.

public interface class IUIManager : IServiceProvider
public interface IUIManager : IServiceProvider
type IUIManager = interface
    interface IServiceProvider
Public Interface IUIManager
Implements IServiceProvider
Derived
Implements

Properties

Name Description
Controllers

Gets the collection of the controller components.

CurrentController

Gets or sets the current view.

DataBus

Gets the specified DataBus control.

Events

Name Description
CurrentControllerChanged

Occurs when the CurrentView property is changed.

CurrentControllerChanging

Occurs when the CurrentView property is about to change.

Applies to