Language

IController Interface

Definition

Represents the control that manages the TaskForms object.

public interface class IController : IDisposable, System::ComponentModel::IComponent
public interface IController : IDisposable, System.ComponentModel.IComponent
type IController = interface
    interface IComponent
    interface IDisposable
Public Interface IController
Implements IComponent, IDisposable
Implements

Properties

Name Description
Text

Gets the string value that represents the name of the view.

View

Gets the specified control for the view.

Methods

Name Description
Initialize(IUIManager)

Initializes the controller for the TaskForm object.

Applies to