API 文件集 > Custom user interface > Object ProUIRadiogroup > Function ProUIRadiogroupTopoffsetSet
Function ProUIRadiogroupTopoffsetSet
Description
Set top offset to the radiogroup.
Synopsis
ProUIRadiogroupTopoffsetSet
(
char* dialog
/* (In)
The name of the dialog that contains the radiogroup.
*/
char* component
/* (In)
The name of the radiogroup component.
*/
int value
/* (In)
Top offset value.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
這是否有幫助?