ITaskFormManagerHost Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |