Documentación de la API > Custom user interface > Object ProUIDialog > Function ProUIDialogDefaultbuttonSet
Function ProUIDialogDefaultbuttonSet
Description
Sets the default button for a dialog
Synopsis
#include <ProUIDialog.h>
ProUIDialogDefaultbuttonSet
(
char* dialog
/* (In)
The name of the dialog
*/
char* default_button
/* (In)
The name of the default button
*/
)
Returns
The function was successful
The function failed
User Guide References
¿Fue esto útil?