This documentation is archived and is not being maintained.
MenuGlyph Enumeration
.NET Framework 1.1
Specifies the image to draw when drawing a menu with the ControlPaint.DrawMenuGlyph method.
[Visual Basic] <Serializable> Public Enum MenuGlyph [C#] [Serializable] public enum MenuGlyph [C++] [Serializable] __value public enum MenuGlyph [JScript] public Serializable enum MenuGlyph
Remarks
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.
Members
| Member name | Description |
|---|---|
| Arrow | Draws a submenu arrow. |
| Bullet | Draws a menu bullet. |
| Checkmark | Draws a menu check mark. |
| Max | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
| Min | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Requirements
Namespace: System.Windows.Forms
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
See Also
Show: