API 文件集 > Custom user interface > Object ProUISlider > Function ProUISliderUpdateActionSet
Function ProUISliderUpdateActionSet
Description
Sets the update action for a slider.
Synopsis
#include <ProUISlider.h>
ProUISliderUpdateActionSet
(
char* dialog
/* (In)
The name of the dialog that contains the slider
*/
char* slider
/* (In)
The name of the slider component
*/
/* (In)
The action to be called on selecting the slider
*/
ProAppData appdata
/* (In)
User data to be passed to the action function.
*/
)
Returns
The function was successful
The function failed
Sample Code References
這是否有幫助?