API 설명서 > Custom user interface > Object ProUIList > Function ProUIListTriggerhighlightActionSet
Function ProUIListTriggerhighlightActionSet
Description
Sets the trigger highlight action for a list. This function is called when the user moves the mouse over an item on the list.
Synopsis
#include <ProUIList.h>
ProUIListTriggerhighlightActionSet
(
char* dialog
/* (In)
The name of the dialog that contains the list.
*/
char* component
/* (In)
The name of the list component
*/
ProUIAction callback
/* (In)
The action to perform when the mouse moves on the item.
*/
/* (In)
Application data to be passed to callback function
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
See Also
User Guide References
도움이 되셨나요?