Class
ThemePalette

Holds infrastructure for the bound resource in different themes.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
public abstract class ThemePalette : Freezable

Inheritance: objectThemePalette

Derived Classes: CrystalPaletteFluentPaletteGreenPaletteMaterialPaletteOffice2013PaletteOffice2016PaletteOffice2016TouchPaletteOffice2019PaletteVisualStudio2013PaletteVisualStudio2019PaletteWindows11PaletteWindows8PaletteWindows8TouchPalette

Methods

CreateInstanceCore()

When implemented in a derived class, creates a new instance of the Freezable derived class.

Declaration

cs-api-definition
protected override sealed Freezable CreateInstanceCore()

Returns

Freezable

The new instance.

FreezeCore(bool)

Makes the Freezable object unmodifiable or tests whether it can be made unmodifiable.

Declaration

cs-api-definition
protected override sealed bool FreezeCore(bool isChecking)

Parameters

isChecking

bool

True to return an indication of whether the object can be frozen (without actually freezing it); false to actually freeze the object.

Returns

bool

If isChecking is true, this method returns true if the Freezable can be made unmodifiable, or false if it cannot be made unmodifiable. If isChecking is false, this method returns true if the if the specified Freezable is now unmodifiable, or false if it cannot be made unmodifiable.