MDI_Maximize

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > UI (User Interface) > DIALOGS > MDI Dialogs >

MDI_Maximize

 

Description

 

Instruct the MDI client window to maximize an MDI child window.

 

Syntax

 

MDI_Maximize(hMDIClient, hChildWindow)

 

Returns

 

Number

 

Parameters

 

Name

Type

Optional

Meaning

hMDIClient

Number

No

Handle of the MDI Client window.

Usually this handle is the return value of MDI_CreateClient function

hChildWindow

Number

No

Handle of the MDI child window

 

Remarks

 

The system resizes the child window to make its client area fill the client window. The system places the child window's window menu icon in the rightmost position of the frame window's menu bar, and places the child window's restore icon in the leftmost position. The system also appends the title bar text of the child window to that of the frame window.

 

Restrictions

 

See also

 

Examples