Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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