System.Windows.Forms.MenuGlyph Enumeration

Specifies the image to draw when drawing a menu with the ControlPaint.DrawMenuGlyph(System.Drawing.Graphics, System.Drawing.Rectangle, MenuGlyph) method.

Syntax

public enum MenuGlyph

Remarks

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.

Members

Member NameDescription
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).

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0