IFormViewControl.Initialize Method (FormView)

 

Uses the associated Windows Forms view to initialize the control that implements the interface.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

void Initialize(
    FormView view
)
void Initialize(
    FormView^ view
)
abstract Initialize : 
        view:FormView -> unit
Sub Initialize (
    view As FormView
)

Parameters

See Also

IFormViewControl Interface
Microsoft.ManagementConsole Namespace

Return to top