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