Change the size of MDI window.
void @MdiSetWindowState(string modulename, int state);
Paramters
string modulename : Name of graphic module
int state : Size of module (0 = Normal, 1 = Minimize, 2 = Maximize)
Return value
None
Example
@MdiSetWindowState("StartUp.modx", 2);
Description : Maximize the size of StartUp.modx which is graphic module
Version Information
Supported Version: 10.2.3 or Higher