menu

WinForms

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

    Show / Hide Table of Contents

    Class ThemedCheckButton

    Draws a themed check button.

    Inheritance
    System.Object
    BaseControl
    ThemedControl
    ThemedButtonBase
    ThemedCheckButton
    Implements
    IThemeProvider
    IVisualStyle
    System.IDisposable
    Inherited Members
    BaseControl.CanApplyTheme
    BaseControl.CanOverrideStyle
    BaseControl.ControlName
    BaseControl.GetActiveThemeName()
    BaseControl.GetControlName(String)
    BaseControl.IsVisualStyleEnabled
    BaseControl.IThemeProvider.BaseThemeName
    BaseControl.IVisualStyle.VisualTheme
    BaseControl.OnCanApplyThemeChanged(Boolean)
    BaseControl.OnCanOverrideStyleChanged(Boolean)
    BaseControl.OnThemeNameChanged(String)
    BaseControl.RaiseThemeChanged(Object, ThemeChangedEventArgs)
    BaseControl.ThemeName
    BaseControl.ThemeNameChanged
    ThemedButtonBase.cd
    ThemedButtonBase.CheckState
    ThemedButtonBase.CheckStateChanged
    ThemedButtonBase.DefaultButtonState
    ThemedButtonBase.DrawControlText(Graphics)
    ThemedButtonBase.DrawImage(Graphics, ButtonState, CheckState)
    ThemedButtonBase.DrawText
    ThemedButtonBase.FlatColor
    ThemedButtonBase.Image
    ThemedButtonBase.ImageChanged
    ThemedButtonBase.mouseOver
    ThemedButtonBase.office2007ColorTable
    ThemedButtonBase.Office2007Theme
    ThemedButtonBase.office2010ColorTable
    ThemedButtonBase.Office2010Theme
    ThemedButtonBase.OnCheckStateChanged(EventArgs)
    ThemedButtonBase.OnImageChanged()
    ThemedButtonBase.OnMouseDown(MouseEventArgs)
    ThemedButtonBase.OnMouseMove(MouseEventArgs)
    ThemedButtonBase.OnPaint(PaintEventArgs)
    ThemedButtonBase.OnParentBackColorChanged(EventArgs)
    ThemedButtonBase.OnStretchImageChanged()
    ThemedButtonBase.StretchImage
    ThemedButtonBase.StretchImageChanged
    ThemedButtonBase.Style
    ThemedButtonBase.TextAlign
    ThemedControl.OnThemeChanged(EventArgs)
    ThemedControl.ThemeChanged
    ThemedControl.ThemesEnabled
    ThemedControl.WndProc(Message)
    Namespace: Syncfusion.Windows.Forms
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class ThemedCheckButton : ThemedButtonBase, IThemeProvider, IVisualStyle, IDisposable

    Constructors

    ThemedCheckButton()

    Initializes a new object.

    Declaration
    public ThemedCheckButton()

    Properties

    Checked

    Indicates the checked state of the button.

    Declaration
    public bool Checked { get; set; }
    Property Value
    Type
    System.Boolean

    MetroColor

    Gets or setsthe metrocolor.

    Declaration
    public Color MetroColor { get; set; }
    Property Value
    Type
    System.Drawing.Color

    Selected

    Declaration
    public bool Selected { get; set; }
    Property Value
    Type
    System.Boolean

    Methods

    Dispose(Boolean)

    Disposes all resources.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    DrawNotThemedControl(Graphics, ButtonState, CheckState)

    Declaration
    protected override void DrawNotThemedControl(Graphics g, ButtonState buttonState, CheckState checkState)
    Parameters
    Type Name Description
    System.Drawing.Graphics g
    System.Windows.Forms.ButtonState buttonState
    System.Windows.Forms.CheckState checkState
    Overrides
    ThemedButtonBase.DrawNotThemedControl(Graphics, ButtonState, CheckState)

    DrawStyledControl(Graphics, ButtonState, CheckState)

    Declaration
    protected override void DrawStyledControl(Graphics g, ButtonState buttonState, CheckState checkState)
    Parameters
    Type Name Description
    System.Drawing.Graphics g
    System.Windows.Forms.ButtonState buttonState
    System.Windows.Forms.CheckState checkState
    Overrides
    ThemedButtonBase.DrawStyledControl(Graphics, ButtonState, CheckState)

    DrawThemedControl(Graphics, ButtonState, CheckState)

    Declaration
    protected override void DrawThemedControl(Graphics g, ButtonState buttonState, CheckState checkState)
    Parameters
    Type Name Description
    System.Drawing.Graphics g
    System.Windows.Forms.ButtonState buttonState
    System.Windows.Forms.CheckState checkState
    Overrides
    ThemedButtonBase.DrawThemedControl(Graphics, ButtonState, CheckState)

    Implements

    IThemeProvider
    IVisualStyle
    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved