API-Dokumentation > Custom user interface > Object ProUIDialog > Function ProUIDialogOptionmenuAdd
Function ProUIDialogOptionmenuAdd
Description
Add a new optionmenu to the dialog.
Synopsis
#include <ProUIDialog.h>
ProUIDialogOptionmenuAdd
(
char* dialog
/* (In)
Name of the dialog.
*/
char* name
/* (In)
Name of the optionmenu to be added.
*/
/* (In)
Position of the added component in the dialog.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
War dies hilfreich?