Function ProUITextareaActivateActionSet
Description
Sets the activate action for a text area. This function is called when the user presses return in the text area.
Synopsis
#include <ProUITextarea.h>
ProUITextareaActivateActionSet
(
char* dialog
/* (In)
The name of the dialog that contains the text area.
*/
char* textarea
/* (In)
The name of the text area component
*/
/* (In)
The action to perform when the text area is activated.
*/
ProAppData appdata
/* (In)
Application data to be passed to callback function
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
User Guide References
これは役に立ちましたか?