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 | int | 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 | int | Returns a negative error code if an error occurs. |
Additional Information
Library: Programmer's Toolbox
Include file: toolbox\toolbox.h
LabWindows/CVI compatibility: LabWindows/CVI 6.0 and later