ClassFluentTheme
Class
Represents the Fluent theme for Telerik WinForms controls, providing a modern user interface style with a clean and minimalistic design.
Definition
Namespace:Telerik.WinControls.Themes
Assembly:Telerik.WinControls.dll
Syntax:
cs-api-definition
[TelerikToolboxCategory("Themes")]
public class FluentTheme : RadThemeComponentBase, IComponent, IDisposable
Inheritance: objectMarshalByRefObjectComponentRadThemeComponentBaseFluentTheme
Implements:
Inherited Members
Constructors
FluentTheme()
Declaration
cs-api-definition
public FluentTheme()
Properties
Methods
Load()
Loads the Fluent theme into the application.
Declaration
cs-api-definition
public override void Load()
Overrides
RemoveThemeCore()
Removes the theme from the theme repository. Override this method to provide custom theme removal logic.
Declaration
cs-api-definition
protected override void RemoveThemeCore()
Overrides
Remarks
This method is called during component disposal to clean up the theme from the theme repository. The default implementation removes the theme by name.