Frame::Minimize method
The Minimize method causes the frame to be minimized (reduced to an icon).
Syntax
Frame.Minimize()
Parameters
This method has no parameters.
Return value
This method does not return a value.
Examples
' Minimize the Frame.
objFrame.Minimize
Requirements
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Header |
|
IDL |
|
DLL |
|
IID |
IID_Frame is defined as E5E2D970-5BB3-4306-8804-B0968A31C8E6 |