deleteCtl

Syntax

void deleteCtl(int n);

Arguments

n
The index number of the control you want to delete.

Description

This function simply deletes the user control with the index n.

Example

deleteCtl(5);
deleteCtl(CTL_CANCEL);

See Also

createCtl