Class ThemedToolBarDrawing
Inheritance
System.Object
ThemedToolBarDrawing
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.XPMenus
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class ThemedToolBarDrawing : ThemedControlDrawing, IDisposable
Methods
DrawButton(Graphics, Int32, Int32, Rectangle)
Declaration
public void DrawButton(Graphics g, int part, int state, Rectangle rect)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Graphics | g | |
System.Int32 | part | |
System.Int32 | state | |
System.Drawing.Rectangle | rect |
Implements
System.IDisposable