Class CheckMarkerRenderer
This class helps to render check box in Dropdown window
Inheritance
System.Object
CheckMarkerRenderer
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 static class CheckMarkerRenderer
Methods
DrawCheckBox(Graphics, Rectangle, Point, Color, Color, Color, Boolean)
To Render Multi Selection CheckBox in DropDown Window
Declaration
public static void DrawCheckBox(Graphics g, Rectangle rect, Point GlyphLocation, Color borderColor, Color tickColor, Color BackColor, bool Checked)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Graphics | g | |
System.Drawing.Rectangle | rect | |
System.Drawing.Point | GlyphLocation | |
System.Drawing.Color | borderColor | |
System.Drawing.Color | tickColor | |
System.Drawing.Color | BackColor | |
System.Boolean | Checked |