| Overload | Description |
|---|---|
| DrawString(Graphics,String,Font,Brush,Rectangle,StringFormat) | Used to draw text consistently for controls. Intended to be called from OnPaint or Paint. |
| DrawString(Graphics,String,Font,Brush,Rectangle) | Used to draw text consistently for controls. Intended to be called from OnPaint or Paint. |
| DrawString(Graphics,String,Font,Color,Rectangle) | Used to draw text consistently for controls. Intended to be called from Paint or OnPaint. |