Function ProUIThumbwheelMinintegerSet
Description
Sets the minimum value of the integer for the thumbwheel
Synopsis
ProUIThumbwheelMinintegerSet
(
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 minimum integer value
*/
)
Returns
The function was successful
The function failed
User Guide References
これは役に立ちましたか?