IFormViewControl Interface
This interface is implemented by a control hosted in an MMC Windows Forms view to interact with the corresponding FormView object.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public interface IFormViewControl
public interface class IFormViewControl
type IFormViewControl = interface end
Public Interface IFormViewControl
Methods
Name | Description | |
---|---|---|
Initialize(FormView) | Uses the associated Windows Forms view to initialize the control that implements the interface. |
See Also
Microsoft.ManagementConsole Namespace
Return to top