API 설명서 > Custom user interface > Object ProUISpinbox > Function ProUISpinboxFastincrementSet
Function ProUISpinboxFastincrementSet
Description
Sets the fast increment value for a spin box with an integer format. This is the increment that is applied after the user has held one of the arrow buttons down for a few moments.
Synopsis
#include <ProUISpinbox.h>
ProUISpinboxFastincrementSet
(
char* dialog
/* (In)
The name of the dialog that contains the spin box
*/
char* spinbox
/* (In)
The name of the spin box component
*/
int value
/* (In)
The increment value
*/
)
Returns
The function was successful
The function failed
User Guide References
도움이 되셨나요?