FluentTheme
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:
C#
[TelerikToolboxCategory("Themes")]
public class FluentTheme : RadThemeComponentBase, IComponent, IDisposable
Inheritance: objectMarshalByRefObjectComponentRadThemeComponentBaseFluentTheme
Implements:
Inherited Members
Constructors
C#
public FluentTheme()
Properties
Methods
Loads the Fluent theme into the application.
C#
public override void Load()
Overrides:
Removes the theme from the theme repository. Override this method to provide custom theme removal logic.
C#
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.