DekGenius.com
[ Team LiB ] Previous Section Next Section

MenuGlyphserializable

System.Windows.Forms (system.windows.forms.dll)enum

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 System.ValueType System.Enum(System.IComparabl, System.IFormattable, System.IConvertible) MenuGlyph

Passed To

ControlPaint.DrawMenuGlyph()

    [ Team LiB ] Previous Section Next Section