Documentation de l'API > Custom user interface > Object ProUISpinbox > Function ProUISpinboxMaxintegerSet
Function ProUISpinboxMaxintegerSet
Description
Sets the maximum value of the integer in the spin box
Synopsis
#include <ProUISpinbox.h>
ProUISpinboxMaxintegerSet
(
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 maximum integer value
*/
)
Returns
The function was successful
The function failed
User Guide References
Est-ce que cela a été utile ?