Documentazione API > Custom user interface > Object ProUISpinbox > Function ProUISpinboxDoubleincrementSet
Function ProUISpinboxDoubleincrementSet
Description
Sets the increment value for a spin box with a double format
Synopsis
#include <ProUISpinbox.h>
ProUISpinboxDoubleincrementSet
(
char* dialog
/* (In)
The name of the dialog that contains the spin box
*/
char* spinbox
/* (In)
The name of the spin box component
*/
double value
/* (In)
The increment value
*/
)
Returns
The function was successful
The function failed
User Guide References
È stato utile?