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
view
Type: Microsoft.ManagementConsole.FormViewThe associated FormView value.
See Also
IFormViewControl Interface
Microsoft.ManagementConsole Namespace
Return to top