WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ThemedXPButtonDrawing

    Show / Hide Table of Contents

    Class ThemedXPButtonDrawing

    XP Button drawing class.

    Inheritance
    System.Object
    NonFinalizeDisposable
    Disposable
    ThemedControlDrawing
    ThemedXPButtonDrawing
    Implements
    System.IDisposable
    Inherited Members
    ThemedControlDrawing.GetThemeSysColor(Int32)
    ThemedControlDrawing.GetThemeSysInt(Int32)
    ThemedControlDrawing.GetThemeSysString(Int32)
    ThemedControlDrawing.GetThemeSysSize(Int32)
    ThemedControlDrawing.GetThemeSysBool(Int32)
    ThemedControlDrawing.OpenThemeData()
    ThemedControlDrawing.CloseThemeData()
    ThemedControlDrawing.ResetThemeHandle()
    ThemedControlDrawing.RefreshThemeHandle()
    ThemedControlDrawing.DrawThemeBackground(Graphics, Int32, Int32, Rectangle)
    ThemedControlDrawing.DrawThemeBackground(Graphics, Int32, Int32, Rectangle, Rectangle)
    ThemedControlDrawing.DrawThemeText(Graphics, Int32, Int32, String, Rectangle, UInt32, UInt32)
    ThemedControlDrawing.DrawThemeText(Graphics, Int32, Int32, String, Rectangle, Int32, Int32)
    ThemedControlDrawing.GetPartSize(Graphics, Int32, Int32, Int32)
    ThemedControlDrawing.GetTextExtent(Graphics, Int32, Int32, String, Rectangle, UInt32)
    ThemedControlDrawing.HTheme
    ThemedControlDrawing.DrawMirrored
    NonFinalizeDisposable.Dispose()
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class ThemedXPButtonDrawing : ThemedControlDrawing, IDisposable

    Constructors

    ThemedXPButtonDrawing(Control, String)

    Declaration
    public ThemedXPButtonDrawing(Control control, string classList)
    Parameters
    Type Name Description
    System.Windows.Forms.Control control
    System.String classList

    Methods

    Dispose(Boolean)

    Overridden. See System.Windows.Forms.Control.Dispose(System.Boolean).

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

    Bool disposing

    Overrides
    ThemedControlDrawing.Dispose(Boolean)

    DrawXPButton(Graphics, Rectangle)

    Draws the XP Button.

    Declaration
    public void DrawXPButton(Graphics g, Rectangle rect)
    Parameters
    Type Name Description
    System.Drawing.Graphics g

    The graphics object.

    System.Drawing.Rectangle rect

    The rectangle.

    Implements

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