Function ProUIThumbwheelSizeSet
Description
Set the size of the thumbwheel. This field is used only if the parent is a drawing area. If the width or the height parameter is passed a value smaller than the thumbwheel's minimum size, the function will fail. The thumbwheel's minimum size can be retrieved using ProUIThumbwheelMinimumsizeGet.
Synopsis
ProUIThumbwheelSizeSet
(
char* dialog
/* (In)
The name of the dialog that contains thumbwheel.
*/
char* component
/* (In)
The name of the thumbwheel component.
*/
int width
/* (In)
Width value
*/
int height
/* (In)
Height value
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
これは役に立ちましたか?