ITaskFormManagerHost Interface

Definition

Defines a method that represents the Host of the class.

public interface class ITaskFormManagerHost
public interface ITaskFormManagerHost
type ITaskFormManagerHost = interface
Public Interface ITaskFormManagerHost

Properties

TaskFormManager

Gets the property value that is hosted by the TaskFormManager.

Methods

Activate()

Activates the host of the TaskFormManager.

Close()

Deactivates the host of the TaskFormManager.

Initialize(ITaskFormManager)

Initializes the host with an instance of the ITaskFormManager interface.

Applies to