ControlPaint.DrawMenuGlyph Method
.NET Framework 2.0
Draws a menu glyph on a menu item control.
| Name | Description |
|---|---|
| ControlPaint.DrawMenuGlyph (Graphics, Rectangle, MenuGlyph) | Draws the specified menu glyph on a menu item control within the specified bounds and on the specified surface. |
| ControlPaint.DrawMenuGlyph (Graphics, Rectangle, MenuGlyph, Color, Color) | Draws the specified menu glyph on a menu item control within the specified bounds and on the specified surface, replacing White with the color specified in the backColor parameter and replacing Black with the color specified in the foreColor parameter. |
| ControlPaint.DrawMenuGlyph (Graphics, Int32, Int32, Int32, Int32, MenuGlyph) | Draws the specified menu glyph on a menu item control with the specified bounds and on the specified surface. |
| ControlPaint.DrawMenuGlyph (Graphics, Int32, Int32, Int32, Int32, MenuGlyph, Color, Color) | Draws the specified menu glyph on a menu item control within the specified coordinates, height, and width on the specified surface, replacing White with the color specified in the backColor parameter and replacing Black with the color specified in the foreColor parameter. |
Community Additions
ADD
Show: