API 文件集 > Custom user interface > Object ProUITextarea > Function ProUITextareaReadOnly
Function ProUITextareaReadOnly
Description
Set a text area to be readonly
Synopsis
#include <ProUITextarea.h>
ProUITextareaReadOnly
(
char* dialog
/* (In)
The name of the dialog that contains the text area
*/
char* textarea
/* (In)
The name of the text area component
*/
)
Returns
The function was successful
The function failed
User Guide References
這是否有幫助?