WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CheckMarkerRenderer

    Show / Hide Table of Contents

    Class CheckMarkerRenderer

    This class helps to render check box in Dropdown window

    Inheritance
    System.Object
    CheckMarkerRenderer
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved