Description | ||||||||
Sets the number of digits displayed in a spin box. If the value type is integer, this is the total number of digits. If the value type is double, it is the number of digits after the decimal point. | ||||||||
Synopsis | ||||||||
#include <ProUISpinbox.h> | ||||||||
ProError | ProUISpinboxDigitsSet | ( | ||||||
char* dialog | ||||||||
/* (In) | ||||||||
The name of the dialog that contains the spin box | ||||||||
*/ | ||||||||
char* spinbox | ||||||||
/* (In) | ||||||||
The name of the spin box component | ||||||||
*/ | ||||||||
int digits | ||||||||
/* (In) | ||||||||
The number of digits | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|