Share

CAdUiPaletteSet::ThemeModified Method

C++

void ThemeModified(
    AdUiThemeElement element
) override;

Description

Virtual method that receives the theme modification event.

Parameters

Parameters Description
element A index of the theme element that was modified.

Remarks

This method is also called when the theme uses the active theme colors and the active theme is changed. In that case, element = kUnknownElements.

Links

CAdUiPaletteSet Class

Was this information helpful?