Specifies the image to draw when drawing a menu with the ControlPaint.DrawMenuGlyph(System.Drawing.Graphics, System.Drawing.Rectangle, MenuGlyph) method.
The values of this enumeration are used in the ControlPaint.DrawMenuGlyph(System.Drawing.Graphics, System.Drawing.Rectangle, MenuGlyph) method of the System.Windows.Forms.ControlPaint class. These values represent the different types of symbols that can be drawn on a menu item.
| Member Name | Description |
|---|---|
| Arrow |
Draws a submenu arrow. |
| Bullet |
Draws a menu bullet. |
| Checkmark |
Draws a menu check mark. |
| Max |
The maximum value available by this enumeration (equal to the MenuGlyph.Bullet value). |
| Min |
The minimum value available by this enumeration (equal to the MenuGlyph.Arrow value). |