Function ProUITextareaRowsSet
Description
Set the number of rows for a text area
Synopsis
#include <ProUITextarea.h>
ProUITextareaRowsSet
(
char* dialog
/* (In)
The name of the dialog that contains the text area
*/
char* textarea
/* (In)
The name of the text area component
*/
int rows
/* (In)
The number of rows
*/
)
Returns
The function was successful
The function failed
User Guide References
Est-ce que cela a été utile ?