_Application::Frame property

The Frame property returns a Frame object that represents the application frame. This property is read-only.

Syntax

Property Frame As Frame

Property value

The Frame object for the application.

Examples

' Retrieve the Frame property.
Dim objFrm As MMC20.Frame
Set objFrm = objMMC.Frame

Requirements

Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Header
MMCObj.h
IDL
MMCObj.idl
DLL
Mmc.exe
CLSID
CLSID_Application is defined as 49B2791A-B1AE-4C90-9B8E-E860BA07F889
IID
IID__Application is defined as A3AFB9CC-B653-4741-86AB-F0470EC1384C

See also

Frame object