API 文件集 > Custom user interface > Object ProUITextarea > Function ProUITextareaIsEditable
Function ProUITextareaIsEditable
Description
Get editable state of textarea.
Synopsis
#include <ProUITextarea.h>
ProUITextareaIsEditable
(
char* dialog
/* (In)
The name of the dialog that contains the textarea.
*/
char* component
/* (In)
The name of the textarea component.
*/
ProBoolean* state
/* (Out)
PRO_B_TRUE when the textarea is editable. PRO_B_FALSE when the textarea is not editable.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
這是否有幫助?