Function ProUISliderIntegerSet
Description
Sets the current position of the slider
Synopsis
#include <ProUISlider.h>
ProUISliderIntegerSet
(
char* dialog
/* (In)
The name of the dialog that contains the slider
*/
char* slider
/* (In)
The name of the slider component
*/
int position
/* (In)
The current position of the slider
*/
)
Returns
The function was successful
The function failed
Sample Code References
User Guide References
¿Fue esto útil?