API Documentation
>
Creo Parametric user interface
>
Object ProUIDashboardpage
> Function ProUIDashboardpageForegroundcolorSet
Function ProUIDashboardpageForegroundcolorSet
Description
Assigns the text color for the button name that opens the slide-up panel.
Synopsis
#include <
ProUIDashboard.h
>
ProError
ProUIDashboardpageForegroundcolorSet
(
ProUIDashboardPage
page
/* (In)
The dashboard page handle.
*/
ProUIColor
color
/* (In)
The color to use for the title text.
*/
)
Returns
PRO_TK_NO_ERROR
The function succeeded.
PRO_TK_BAD_INPUTS
One or more input arguments was invalid.
Sample Code References
pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
User Guide References
Accessing a Dashboard Page:ProUIDashboardpageForegroundcolorSet
Was this helpful?
This site works best with JavaScript enabled