Function ProUITextareaEditable
Description
Set a text area to be editable
Synopsis
#include <ProUITextarea.h>
ProUITextareaEditable
(
char* dialog
/* (In)
The name of the dialog that contains the text area
*/
char* textarea
/* (In)
The name of the text area component
*/
)
Returns
The function was successful
The function failed
User Guide References
¿Fue esto útil?