API 文件集 > Custom user interface > Object ProUIInputpanel > Function ProUIInputpanelIsEditable
Function ProUIInputpanelIsEditable
Description
Get editabale status of Inputpanel.
Synopsis
ProUIInputpanelIsEditable
(
char* dialog
/* (In)
The name of the dialog that contains the inputpanel.
*/
char* component
/* (In)
The name of the inputpanel component.
*/
ProBoolean* state
/* (Out)
PRO_B_TRUE when inputpanel is editable. PRO_B_FALSE when inputpanel is not editable.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
這是否有幫助?