Maptitude GISDK Help

MinimizeWindow()

Summary

Minimizes the specified window.

 

Syntax

MinimizeWindow(string window_name)

 

Argument Contents
window_name String of the form "window type|window name," or "window name" if the window name is unique among the window types, or null for the current window

 

Notes

Example

if IsWindow(win_name, {"Iconized"}) then

     MaximizeWindow(win_name)

else

     MinimizeWindow(win_name)

 

See Also

Function Summary
MaximizeWindow() Maximizes a window so that it fills the Maptitude client area
RestoreWindow() Restores a window to its original size

 

 

©2025 Caliper Corporation www.caliper.com