_Application::Visible property
The Visible property returns whether the MMC application is viewable or hidden. This property is read-only.
Syntax
Property Visible As Long
Property value
Value of 1 if the application is visible, or 0 if the application is hidden. This property can be set by calling the Show or Hide methods.
Examples
' If the MMC application is hidden, make it visible.
If (0 = objMMC.Visible) Then
objMMC.Show
End If
Requirements
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 |