nca_edit_box_press
| Edit and Edit Box Object Functions |
Presses on an edit box message.
int nca_edit_box_press( LPCSTR name );| name | The logical name of the edit box. |
The nca_edit_box_press function presses on an edit box message.
Return Values
Parameterization
The following variable can be parameterized using standard parameterization: name
Example
In the following example, the nca_edit_box_pressfunction presses on the edit box message, Message History.
nca_set_window("Error");
nca_popup_message_press("Error", "Details...");
nca_set_window("Message History");
nca_edit_box_press( "Message History" );
nca_set_window("Contact Center");
nca_win_close("C");

