RecessAllCtrlFrames

int RecessAllCtrlFrames (int panelHandle);

Purpose

This function calls RecessCtrlFrame on every string and text box control in the specified panel and all of its child panels.

Parameters

Input
Name Type Description
panelHandle integer The specifier for a particular panel that is currently in memory.

You obtain the handle by calling the LoadPanel, NewPanel, or DuplicatePanel function.

Return Value

Name Type Description
status integer Returns a negative error code if an error occurs.