The IDLgrWindow::Iconify procedure method iconifies or de-iconifies the window.
Note: Iconification under window systems is solely handled by the window manager; client applications, such as IDL, do not have the capability to manage icons. The Iconify method provides a hint to the window manager, which applies the information as it sees fit.
Syntax
Obj->[IDLgrWindow::]Iconify, IconFlag
Arguments
IconFlag
Set IconFlag to 1 (one) to iconify the window or to 0 (zero) to restore the window. If the window is already restored, it is brought to the front of the window stack.
Keywords
None
Version History
5.0 |
Introduced |