[]
Draws a combo box drop-down button.
public static void DrawDropDownButton(this GcGraphics g, RectangleF bounds)
Public Shared Sub DrawDropDownButton(g As GcGraphics, bounds As RectangleF)
Type | Name | Description |
---|---|---|
GcGraphics | g | The graphics to draw on. |
RectangleF | bounds | The control bounds. |