API 설명서 > Custom user interface > Object ProUISpinbox > Function ProUISpinboxActivateActionSet
Function ProUISpinboxActivateActionSet
Description
Sets the activate action for a spin box
Synopsis
#include <ProUISpinbox.h>
ProUISpinboxActivateActionSet
(
char* dialog
/* (In)
The name of the dialog that contains the spin box
*/
char* spinbox
/* (In)
The name of the spin box component
*/
ProUIAction callback
/* (In)
The activate action for the spin box
*/
/* (In)
User data to be passed to the action function.
*/
)
Returns
The function was successful
The function failed
User Guide References
도움이 되셨나요?