API 설명서 > Custom user interface > Object ProUITextarea > Function ProUITextareaUnattachRight
Function ProUITextareaUnattachRight
Description
To not attach the textarea at right side of the parent component.
Synopsis
#include <ProUITextarea.h>
ProUITextareaUnattachRight
(
char* dialog
/* (In)
The name of the dialog that contains the textarea.
*/
char* component
/* (In)
The name of the textarea component.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
도움이 되셨나요?