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