Inheritance
System.Object
DrawToolbarItemEventArgs
Assembly: Syncfusion.Tools.Windows.dll
public class DrawToolbarItemEventArgs : DrawItemEventArgs
Constructors
Declaration
public DrawToolbarItemEventArgs(Graphics g, bool mouseDown, bool dropdown, Font font, Rectangle bounds, int index, DrawItemState state, Color foreColor, Color backColor, Color backColor2, Rectangle boundsInterior, DrawToolbarItemEventArgs.DrawDefaultBackground defaultDrawBackground, DrawToolbarItemEventArgs.DrawDefaultBorders defaultDrawBorders, DrawToolbarItemEventArgs.DrawDefaultInterior defaultDrawInterior)
Parameters
Properties
Declaration
public Color BackColor2 { get; }
Property Value
Type |
Description |
System.Drawing.Color |
|
Declaration
public Rectangle BoundsInterior { get; }
Property Value
Type |
Description |
System.Drawing.Rectangle |
|
Declaration
public bool DropDown { get; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool MouseDown { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
Declaration
public override void DrawBackground()
Declaration
public void DrawBorders()
Declaration
public void DrawInterior()