This documentation is archived and is not being maintained.
ControlPaint.DrawMenuGlyph Method
Visual Studio 2008
Draws a menu glyph on a menu item control.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
DrawMenuGlyph(Graphics, Rectangle, MenuGlyph) | Draws the specified menu glyph on a menu item control within the specified bounds and on the specified surface. |
|
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. |
|
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. |
|
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. |
Show: