Function ProUITextareaMinrowsSet
Description
Set the minimum number of rows for a text area
Synopsis
#include <ProUITextarea.h>
ProUITextareaMinrowsSet
(
char* dialog
/* (In)
The name of the dialog that contains the text area
*/
char* textarea
/* (In)
The name of the text area component
*/
int minrows
/* (In)
The minimum number of rows
*/
)
Returns
The function was successful
The function failed
User Guide References
¿Fue esto útil?