Class ThemedXPButtonDrawing
XP Button drawing class.
Inheritance
System.Object
ThemedXPButtonDrawing
Implements
System.IDisposable
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.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
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