API 文件集 > Custom user interface > Object ProUISlider > Function ProUISliderTopoffsetSet
Function ProUISliderTopoffsetSet
Description
Set top offset to the slider.
Synopsis
#include <ProUISlider.h>
ProUISliderTopoffsetSet
(
char* dialog
/* (In)
The name of the dialog that contains the slider.
*/
char* component
/* (In)
The name of the slider component.
*/
int value
/* (In)
Top offset value.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
這是否有幫助?