Function ProUISpinboxUpdateActionSet
Description
Sets the update action for a spin box
Synopsis
#include <ProUISpinbox.h>
ProUISpinboxUpdateActionSet
(
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 update action for the spin box
*/
/* (In)
User data to be passed to the action function.
*/
)
Returns
The function was successful
The function failed
Sample Code References
User Guide References
これは役に立ちましたか?