ControlPaint::DrawMenuGlyph Method (Graphics^, Rectangle, MenuGlyph)
.NET Framework (current version)
Draws the specified menu glyph on a menu item control within the specified bounds and on the specified surface.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: static void DrawMenuGlyph( Graphics^ graphics, Rectangle rectangle, MenuGlyph glyph )
Parameters
- graphics
-
Type:
System.Drawing::Graphics^
The Graphics to draw on.
- rectangle
-
Type:
System.Drawing::Rectangle
The Rectangle that represents the dimensions of the glyph.
- glyph
-
Type:
System.Windows.Forms::MenuGlyph
One of the MenuGlyph values that specifies the image to draw.
When owner-drawing MenuItem controls, you need to verify property values to determine the correct glyph to draw or remove. For example, when the MenuItem::Checked property is set to true, you must call the Checkmark value of MenuGlyph to draw a check mark on the MenuItem.
.NET Framework
Available since 1.1
Available since 1.1
Show: