ControlPaint::DrawMenuGlyph Method (Graphics^, Rectangle, MenuGlyph)

 

Draws the specified menu glyph on a menu item control within the specified bounds and on the specified surface.

Namespace:   System.Windows.Forms
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
Return to top
Show: