StiComponentGdiPainterPaintQuickButtons Method |
Paints the QuickButtons.
Namespace:
Stimulsoft.Report.Painters
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public virtual void PaintQuickButtons(
StiComponent component,
Graphics g
)
Public Overridable Sub PaintQuickButtons (
component As StiComponent,
g As Graphics
)
Parameters
- component
- Type: Stimulsoft.Report.ComponentsStiComponent
[Missing <param name="component"/> documentation for "M:Stimulsoft.Report.Painters.StiComponentGdiPainter.PaintQuickButtons(Stimulsoft.Report.Components.StiComponent,System.Drawing.Graphics)"]
- g
- Type: System.DrawingGraphics
The Graphics to paint on.
See Also