Function ProUITextareaRowsGet
Description
Get number of rows of the textarea.
Synopsis
#include <ProUITextarea.h>
ProUITextareaRowsGet
(
char* dialog
/* (In)
The name of the dialog that contains the textarea.
*/
char* component
/* (In)
The name of the textarea component.
*/
int* value
/* (Out)
Number of rows in textarea.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
これは役に立ちましたか?