Documentación de la API > Custom user interface > Object ProUISlider > Function ProUISliderMaxintegerSet
Function ProUISliderMaxintegerSet
Description
Sets the maximum integer for a slider component
Synopsis
#include <ProUISlider.h>
ProUISliderMaxintegerSet
(
char* dialog
/* (In)
The name of the dialog that contains the slider
*/
char* slider
/* (In)
The name of the slider component
*/
int max
/* (In)
The minimum integer value (default = -32768)
*/
)
Returns
The function was successful
The function failed
User Guide References
¿Fue esto útil?