March 2003
Intermediate to advanced
896 pages
32h 35m
English
MenuGlyph
This enumeration lists the various kinds of Arrow,
Bullet, and Checkmark glyphs
that can be drawn using the ControlPaint.DrawMenuGlyph() method. Note that this will render pre-XP glyphs; you
will need to provide your own implementation to draw themed imagery.
public enum MenuGlyph { Arrow = 0, Min = 0, Checkmark = 1, Bullet = 2, Max = 2 }
System.Object
→ System.ValueType → System.Enum(System.IComparabl,
System.IFormattable,
System.IConvertible)
→ MenuGlyph
ControlPaint.DrawMenuGlyph()