API ドキュメンテーション > Custom user interface > Object ProUIThumbwheel > Function ProUIThumbwheelUnitsperrotationGet
Function ProUIThumbwheelUnitsperrotationGet
Description
Get value of the thumbwheel that should be incremented for each complete rotation of the wheel.
Synopsis
ProUIThumbwheelUnitsperrotationGet
(
char* dialog
/* (In)
The name of the dialog that contains the thumbwheel.
*/
char* component
/* (In)
The name of the thumbwheel component.
*/
int* value
/* (Out)
Increment value for one rotation of the wheel.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
これは役に立ちましたか?