API Documentation > Custom user interface > Object ProUISlider > Function ProUISliderIsTrackingEnabled
Function ProUISliderIsTrackingEnabled
Description
Get the state of slider tracking.
Synopsis
#include <ProUISlider.h>
ProUISliderIsTrackingEnabled
(
char* dialog
/* (In)
The name of the dialog that contains the slider.
*/
char* component
/* (In)
The name of the slider component.
*/
ProBoolean* state
/* (Out)
PRO_B_TRUE when slider tracking is enabled. PRO_B_FALSE when slider tracking is disabled.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
Was this helpful?