API Documentation > Custom user interface > Object ProUITable > Function ProUITableAutohighlightEnable
Function ProUITableAutohighlightEnable
Description
Turns on autohighlighting of rows when cells are selected.
Synopsis
#include <ProUITable.h>
ProUITableAutohighlightEnable
(
char* dialog
/* (In)
The name of the dialog that contains the table.
*/
char* component
/* (In)
The table name.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
User Guide References
Was this helpful?