Function ProUIDashboardpageTitleSet
Description
Assigns the title string for the dashboard page. This will be shown as the button name for the slide-up panel.
Synopsis
#include <ProUIDashboard.h>
ProUIDashboardpageTitleSet
(
/* (In)
The dashboard page handle.
*/
wchar_t* title
/* (In)
The title string.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
Sample Code References
User Guide References
Isto foi útil?