API 설명서 > Custom user interface > Object ProUIList > Function ProUIListActivateActionSet
Function ProUIListActivateActionSet
Description
Sets the activate action for a list. This function is called when the return key is pressed or the mouse is double-clicked in the list.
Synopsis
#include <ProUIList.h>
ProUIListActivateActionSet
(
char* dialog
/* (In)
The name of the dialog that contains the list.
*/
char* list
/* (In)
The name of the list component
*/
/* (In)
The action to perform when the list is activated.
*/
ProAppData appdata
/* (In)
Application data to be passed to callback function
*/
)
Returns
The function was successful
One or more of the arguments are invalid
The function failed
User Guide References
도움이 되셨나요?