Documentación de la API > Custom user interface > Object ProUISlider > Function ProUISliderRightoffsetSet
Function ProUISliderRightoffsetSet
Description
Set right offset to the slider.
Synopsis
#include <ProUISlider.h>
ProUISliderRightoffsetSet
(
char* dialog
/* (In)
The name of the dialog that contains the slider.
*/
char* component
/* (In)
The name of the slider component.
*/
int value
/* (In)
Right offset value.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
¿Fue esto útil?