API 文件集 > Custom user interface > Object ProUIList > Function ProUIListSelectActionSet
Function ProUIListSelectActionSet
Description
Sets the select action for a list component
Synopsis
#include <ProUIList.h>
ProUIListSelectActionSet
(
char* dialog
/* (In)
The name of the dialog that contains the text area
*/
char* list
/* (In)
The name of the list component
*/
/* (In)
The select action for the text area
*/
ProAppData appdata
/* (In)
User data to be passed to the action function.
*/
)
Returns
The function was successful
One or more of the arguments are invalid
The function failed
Sample Code References
User Guide References
這是否有幫助?