Function ProUIRadiogroupItemimageSet
Description
Set the image names used for display of the radiogroup.
Synopsis
ProUIRadiogroupItemimageSet
(
char* dialog
/* (In)
The name of the dialog that contains the radiogroup.
*/
char* component
/* (In)
The name of the radiogroup component.
*/
int count
/* (In)
The number of items (should match the number of names set in this component).
*/
char** values
/* (In)
The image names.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
これは役に立ちましたか?