Documentação da API > Custom user interface > Object ProUISpinbox > Function ProUISpinboxMinintegerSet
Function ProUISpinboxMinintegerSet
Description
Sets the minimum value of the integer in the spin box
Synopsis
#include <ProUISpinbox.h>
ProUISpinboxMinintegerSet
(
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 minimum integer value
*/
)
Returns
The function was successful
The function failed
User Guide References
Isto foi útil?