mmApp.SetThemeWindowOverride

Overrides specific colors in the active theme depending on the currently active theme. Use this in every Metro Window form to apply base window styling. Affects:

  • Title Brush, Active Title Brush * Window Border
public static void SetThemeWindowOverride(MetroWindow window,
	bool isMainWindow,
	string forceTheme)

Parameters

window
MetroWindow to apply theme adjustments on

isMainWindow
Is this the main application window (not used)

forceTheme


See also:

Class mmApp

© West Wind Technologies, 2016-2023 • Updated: 11/23/21
Comment or report problem with topic