Documentação da API > Custom user interface > Object ProUIThumbwheel > Function ProUIThumbwheelUnitsperrotationSet
Function ProUIThumbwheelUnitsperrotationSet
Description
Sets the value by which the integer changes per revolution of the thumbwheel
Synopsis
ProUIThumbwheelUnitsperrotationSet
(
char* dialog
/* (In)
The name of the dialog that contains the thumbwheel
*/
char* thumbwheel
/* (In)
The name of the thumbwheel component
*/
int value
/* (In)
The increment value
*/
)
Returns
The function was successful
The function failed
User Guide References
Isto foi útil?