Class ThemedDrawing
Cached version of themed controls instances. Class will return NULL instead of instance if OS does not support XP Themes.
Inheritance
System.Object
ThemedDrawing
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public sealed class ThemedDrawing : Object
Constructors
ThemedDrawing()
Declaration
public ThemedDrawing()
Properties
Button
Declaration
public static ThemedButtonDrawing Button { get; }
Property Value
| Type |
|---|
| ThemedButtonDrawing |
Edit
Declaration
public static ThemedEditDrawing Edit { get; }
Property Value
| Type |
|---|
| ThemedEditDrawing |
TreeView
Declaration
public static ThemedTreeViewDrawing TreeView { get; }
Property Value
| Type |
|---|
| ThemedTreeViewDrawing |
Methods
ResetCache()
Reset static class cache. All internal static resources will be released. Operation is thread safe.
Declaration
public static void ResetCache()