int RecessAllCtrlFrames (int panelHandle);
This function calls RecessCtrlFrame on every string and text box control in the specified panel and all of its child panels.
| 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. |
| Name | Type | Description |
| status | integer | Returns a negative error code if an error occurs. |