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

DrawRadioButton() public abstract method

Perform drawing of a radio button.
public abstract DrawRadioButton ( RenderContext context, Rectangle displayRect, IPalette palette, bool enabled, bool 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 radio button be displayed as enabled.
checkState bool Checked state of the radio button.
tracking bool Should radio button be displayed as hot tracking.
pressed bool Should radio button be displayed as pressed.
return void
        public abstract void DrawRadioButton(RenderContext context,
                                             Rectangle displayRect,
                                             IPalette palette,
                                             bool enabled,
                                             bool checkState,
                                             bool tracking,
                                             bool pressed);