System Projects Reference > Situational Awareness System Projects > Situational Awareness Include Project > Theme_SetTheme

Theme_SetTheme

Selects the theme to apply to the user interface. This will update dynamically at runtime.

Syntax

Theme_SetTheme(INT nTheme)

nTheme

The ID of the theme. This can be one of the default themes:

Or it can be value 5 or 6, which are custom themes which you can configure with Theme_SetHeaderColor and Theme_SetSelectionColor.

Return Value

N/A

Example

Theme_SetTheme(THEME_SEGreen)

Related Functions

 

Published June 2018