Console.Show Method (Form)

 

Shows a modeless form using the MMC console window as the parent.

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

Syntax

public void Show(
    Form form
)
public:
void Show(
    Form^ form
)
member Show : 
        form:Form -> unit
Public Sub Show (
    form As Form
)

Parameters

See Also

Console Class
Microsoft.ManagementConsole.Advanced Namespace

Return to top