.NET Windows Forms in a Nutshell
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 } Hierarchy
System.Object Passed To
ControlPaint.DrawMenuGlyph() |