WinXDisplay


WinXDisplay (hWnd)

Makes a window visible for the first time

Parameter Description
hWnd The window to make visible

Returns

$$TRUE on success or $$FALSE on fail

Remarks

This function calls the controlSizer callback or the auto sizer if it is not registered, in order to size the controls.

Examples

'make the window visible
WinXDisplay (#hMain)

Related Links

controlSizer (Callback)
WinXAutoSizer_SetInfo
WinXGetPlacement
WinXSetPlacement