_Application::Hide method
The Hide method hides the MMC application. This method sets the Visible property to False.
Application.Hide()
This method has no parameters.
This method does not return a value.
This method will fail if the MMC application is under user control. If the Application.UserControl property is 1, then the MMC application is under user control.
' Hide the MMC application.
objMMC.Hide
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Header |
|
IDL |
|
DLL |
|
CLSID |
CLSID_Application is defined as 49B2791A-B1AE-4C90-9B8E-E860BA07F889 |
IID |
IID__Application is defined as A3AFB9CC-B653-4741-86AB-F0470EC1384C |