API 설명서 > Custom user interface > Object ProUITextarea > Function ProUITextareaColumnsSet
Function ProUITextareaColumnsSet
Description
Set the number of columns in a text area component
Synopsis
#include <ProUITextarea.h>
ProUITextareaColumnsSet
(
char* dialog
/* (In)
The name of the dialog that contains the text area
*/
char* textarea
/* (In)
The name of the text area component
*/
int columns
/* (In)
The number of columns
*/
)
Returns
The function was successful
The function failed
User Guide References
도움이 되셨나요?