RecessCtrlFrame

int RecessCtrlFrame (int panelHandle, int controlID);

Purpose

This function draws a recessed frame around the specified control.

Typically, you call this function only on string controls or text box controls.

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.
controlID integer The defined constant (located in the UIR header file) that you assign to the control in the User Interface Editor, or the ID that you obtain by calling the NewCtrl or DuplicateCtrl function.

Return Value

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