API Documentation > Custom user interface > Object ProUIMenupane > Function ProUIMenupaneRadiogroupRemove
Function ProUIMenupaneRadiogroupRemove
Description
Remove the radiogroup from the menupane.
Synopsis
#include <ProUIMenupane.h>
ProUIMenupaneRadiogroupRemove
(
char* dialog
/* (In)
The name of the dialog that contains menupane
*/
char* component
/* (In)
The name of the menupane component.
*/
char* name
/* (In)
Name of the radiogroup to be removed.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
Was this helpful?