Documentação da API > Custom user interface > Object ProUISlider > Function ProUISliderIsAttachedBottom
Function ProUISliderIsAttachedBottom
Description
To check if the slider is attached at bottom side of the parent component.
Synopsis
#include <ProUISlider.h>
ProUISliderIsAttachedBottom
(
char* dialog
/* (In)
The name of the dialog that contains the slider.
*/
char* component
/* (In)
The name of the slider component.
*/
ProBoolean* state
/* (Out)
state of the bottom attachment. PRO_B_TRUE if the slider is attached at bottom. PRO_B_FALSE if the slider is not attached at bottom.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
Isto foi útil?