API 설명서 > Custom user interface > Object ProUIInputpanel > Function ProUIInputpanelIsAutohighlightEnabled
Function ProUIInputpanelIsAutohighlightEnabled
Description
To obtain the autohighlight status of the inputpanel.
Synopsis
ProUIInputpanelIsAutohighlightEnabled
(
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 contents are autohighlighted. PRO_B_FALSE when inputpanel contents are not autohighlighted.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
도움이 되셨나요?