Documentação da API > Custom user interface > Object ProUITextarea > Function ProUITextareaMinrowsGet
Function ProUITextareaMinrowsGet
Description
Get minimum number of rows of the textarea.
Synopsis
#include <ProUITextarea.h>
ProUITextareaMinrowsGet
(
char* dialog
/* (In)
The name of the dialog that contains the textarea.
*/
char* component
/* (In)
The name of the textarea component.
*/
int* value
/* (Out)
Minimum number of rows of the textarea.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
Isto foi útil?