ModuleSetWindowStateActive

 

Convert the window state of the focused module.

 

void @ModuleSetWindowStateActive(int state);

 

Parameters

int state : The size of module (0 = normal, 1 = minimize, 2 = maximize)

 

Return Value

None

 

Examples

@ModuleSetWindowState( 2);

Description : maximize the screen size of the focused graphic module

  

Version Information

Supported Version: 10.3.25 or higher

 

Related Helps

@MdiSetScrollPos()

@MdiSetViewRatio()

@MdiGetViewMode()

@MdiSetViewMode()

@ModuleGetViewMode()

@ModuleSetViewMode()

@ModuleGetViewModeActive()

@ModuleSetViewModeActive()

@ModuleSetViewRatio()

@ModuleSetViewRatioActive()

@ModuleSetScrollPos()

@ModuleSetScrollPosActive()

@ModuleSetWindowState()

@MModuleSetWindowStateActive()