API 文件集 > Custom user interface > Object ProUIDashboardshowoptions > Function ProUIDashboardshowoptionsTitleSet
Function ProUIDashboardshowoptionsTitleSet
Description
Sets the dashboard title label.
Synopsis
#include <ProUIDashboard.h>
ProUIDashboardshowoptionsTitleSet
(
/* (In)
The handle to the data used to build the dashboard
*/
const wchar_t* title
/* (In)
dashboard title to set.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
Sample Code References
這是否有幫助?