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

DrawInputControlNumericDownGlyph() public abstract method

Draw a numeric down button image appropriate for a input control.
public abstract DrawInputControlNumericDownGlyph ( RenderContext context, Rectangle cellRect, IPaletteContent paletteContent, PaletteState state ) : void
context RenderContext Render context.
cellRect System.Drawing.Rectangle Available drawing rectangle space.
paletteContent IPaletteContent Content palette for getting colors.
state PaletteState State associated with rendering.
return void
        public abstract void DrawInputControlNumericDownGlyph(RenderContext context,
                                                              Rectangle cellRect,
                                                              IPaletteContent paletteContent,
                                                              PaletteState state);