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

DrawInputControlNumericUpGlyph() public abstract method

Draw a numeric up button image appropriate for a input control.
public abstract DrawInputControlNumericUpGlyph ( 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 DrawInputControlNumericUpGlyph(RenderContext context,
                                                            Rectangle cellRect,
                                                            IPaletteContent paletteContent,
                                                            PaletteState state);