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