API 文件集 > Custom user interface > Object ProUIDialog > Function ProUIDialogDefaultbuttonGet
Function ProUIDialogDefaultbuttonGet
Description
Get the default button of the dialog.
Synopsis
#include <ProUIDialog.h>
ProUIDialogDefaultbuttonGet
(
char* dialog
/* (In)
Name of the dialog.
*/
char** value
/* (Out)
The name of the default button. Free this using ProStringFree().
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
這是否有幫助?