GetMDIChild method


Available for Window objects.

Prototype

GetMDIChild Proto hWnd:HWND

Syntax

Invoke GetMDIChild, hWnd

Function

Gets the MDIChild property for an object.

Parameters

hWnd

Handle to the object.

Return value

Eax returns the MDI child style for the object.

Possible returned values are:

TRUE    Window object is an MDI child window.
FALSE  Window object is not an MDI child window.