ComponentFactory.Krypton.Toolkit.RenderBase.DrawCheckBox C# (CSharp) Method

DrawCheckBox() public abstract method

Perform drawing of a check box.
public abstract DrawCheckBox ( RenderContext context, Rectangle displayRect, IPalette palette, bool enabled, CheckState checkState, bool tracking, bool pressed ) : void
context RenderContext Render context.
displayRect System.Drawing.Rectangle Display area available for drawing.
palette IPalette Palette for sourcing display values.
enabled bool Should check box be displayed as enabled.
checkState CheckState The checked state of the check box.
tracking bool Should check box be displayed as hot tracking.
pressed bool Should check box be displayed as pressed.
return void
        public abstract void DrawCheckBox(RenderContext context,
                                          Rectangle displayRect,
                                          IPalette palette,
                                          bool enabled,
                                          CheckState checkState,
                                          bool tracking,
                                          bool pressed);