Functions | |
bool | SelectControl (string name,...) |
Select a control from Application::List. | |
bool | SelectControlFromDialog (string name,...) |
Select a control from Application::DialogList. | |
void | UnselectControl () |
Pop a control from the stack of controls. | |
bool | AddControlToContainer () |
Add a control from the stack to a container. | |
bool | AddControlRelToContainer () |
Add a control from the stack to a container, with relative coordinates. | |
void | RecoverLostControl () |
Recover a control from the stack of lost controls. | |
void | SetControlToCopy () |
Take a control from the stack of controls to make it the main control to copy. |