Documentação da API > Custom user interface > Object ProUISpinbox > Function ProUISpinboxIncrementSet
Function ProUISpinboxIncrementSet
Description
Sets the increment value for a spin box with an integer format
Synopsis
#include <ProUISpinbox.h>
ProUISpinboxIncrementSet
(
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
Isto foi útil?