View::Frame property

The Frame property retrieves the frame for the view. This property is read-only.

Syntax

Property Frame As Frame

Property value

The view's Frame object.

Examples

' Retrieve the Frame.
Dim objFrm As MMC20.Frame
Set objFrm = objView.Frame
 
' Use the Frame object.
' ...
 
' Free the object when done.
Set objFrm = Nothing

Requirements

Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Header
MMCObj.h
IDL
MMCObj.idl
DLL
Mmc.exe
IID
IID_View is defined as 6EFC2DA2-B38C-457E-9ABB-ED2D189B8C38

See also

Frame object