InitColorSchemeFromInherited

IOverrideTheme.InitColorSchemeFromInherited method

Init ColorScheme with new object for overriding ColorScheme of InheritedTheme. And initialize data of this new object with data of the ColorScheme of InheritedTheme.

public void InitColorSchemeFromInherited()

Exceptions

exceptioncondition
InvalidOperationExceptionThrown if the ColorScheme is already initialized (not null).

See Also