MenuGlyph Enumeration
.NET Framework (current version)
Specifies the image to draw when drawing a menu with the ControlPaint::DrawMenuGlyph method.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| 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 Bullet value). | |
| Min | The minimum value available by this enumeration (equal to the Arrow value). |
The values of this enumeration are used in the DrawMenuGlyph method of the ControlPaint class. These values represent the different types of symbols that can be drawn on a menu item.
.NET Framework
Available since 1.1
Available since 1.1
Show: