API 文件集 > Custom user interface > Object ProUIDialog > Function ProUIDialogDialogstyleSet
Function ProUIDialogDialogstyleSet
Description
Set the dialog style to the dialog.
Synopsis
#include <ProUIDialog.h>
ProUIDialogDialogstyleSet
(
char* dialog
/* (In)
Name of the dialog.
*/
/* (In)
The dialog style.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
這是否有幫助?