[]
Draws the entry label.
protected virtual void DrawEntryLabel(Graphics g, Rectangle r, string s, string su)
Protected Overridable Sub DrawEntryLabel(g As Graphics, r As Rectangle, s As String, su As String)
| Type | Name | Description |
|---|---|---|
| Graphics | g | A Graphics object that encapsulates a GDI+ drawing surface. |
| Rectangle | r | Rectangle area to draw. |
| string | s | The label string. |
| string | su | The unique label string. |