API 文件集 > Custom user interface > Object ProUIDialog > Function ProUIDialogTitleSet
Function ProUIDialogTitleSet
Description
Sets the label for a dialog
Synopsis
#include <ProUIDialog.h>
ProUIDialogTitleSet
(
char* dialog
/* (In)
The name of the dialog
*/
wchar_t* label
/* (In)
The label
*/
)
Returns
The function was successful
The function failed
Sample Code References
User Guide References
這是否有幫助?