Class ThemedDropDownButtonDrawing
Inheritance
System.Object
ThemedDropDownButtonDrawing
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
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class ThemedDropDownButtonDrawing : ThemedControlDrawing, IDisposable
Constructors
ThemedDropDownButtonDrawing()
Declaration
public ThemedDropDownButtonDrawing()
Methods
DrawDropDownButton(Graphics, Rectangle, ButtonState)
Declaration
public void DrawDropDownButton(Graphics g, Rectangle rect, ButtonState btnState)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Graphics | g | |
System.Drawing.Rectangle | rect | |
System.Windows.Forms.ButtonState | btnState |
Implements
System.IDisposable