API 설명서 > Custom user interface > Object ProUITable > Function ProUITableIsAutohighlightEnabled
Function ProUITableIsAutohighlightEnabled
Description
Identifies whether or not autohighlighting is enabled in the table.
Synopsis
#include <ProUITable.h>
ProUITableIsAutohighlightEnabled
(
char* dialog
/* (In)
The name of the dialog that contains the table.
*/
char* component
/* (In)
The table name.
*/
ProBoolean* state
/* (Out)
PRO_B_TRUE is autohighlighting is enabled, PRO_B_FALSE if it is not.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
User Guide References
도움이 되셨나요?