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.
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
- form 
 Type: System.Windows.Forms.Form- The modeless form to show. 
See Also
Console Class
Microsoft.ManagementConsole.Advanced Namespace
Return to top