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.
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 |
|
IDL |
|
DLL |
|
IID |
IID_View is defined as 6EFC2DA2-B38C-457E-9ABB-ED2D189B8C38 |