alexa

    Show / Hide Table of Contents

    Interface IThemedControl

    Implement this interface in a System.Windows.Forms.Control derived class to start supporting themes.

    Namespace: Syncfusion.Windows.Forms
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public interface IThemedControl

    Properties

    ThemesEnabled

    Indicates whether themes are enabled.

    Declaration
    bool ThemesEnabled { get; set; }
    Property Value
    Type
    System.Boolean
    Back to top Generated by DocFX