menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ThemedDrawing - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public sealed class ThemedDrawing

    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()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved