Function ProUISliderMinintegerSet
Description
Set the minimum integer for a slider component
Synopsis
#include <ProUISlider.h>
ProUISliderMinintegerSet
(
char* dialog
/* (In)
The name of the dialog that contains the slider
*/
char* slider
/* (In)
The name of the slider component
*/
int min
/* (In)
The minimum integer value (default = -32768)
*/
)
Returns
The function was successful
The function failed
User Guide References
これは役に立ちましたか?