[To be supplied.]
Draws a menu glyph for a Win32 menu in the given rectangle with the given state.
[Visual Basic] Overloads Public Shared Sub DrawMenuGlyph(Graphics, Integer, Integer, Integer, Integer, MenuGlyph)
[C#] public static void DrawMenuGlyph(Graphics, int, int, int, int, MenuGlyph);
[C++] public: static void DrawMenuGlyph(Graphics*, int, int, int, int, MenuGlyph);
[JScript] public static function DrawMenuGlyph(Graphics, int, int, int, int, MenuGlyph);
Draws a menu glyph for a Win32 menu in the given rectangle with the given state.
[Visual Basic] Overloads Public Shared Sub DrawMenuGlyph(Graphics, Rectangle, MenuGlyph)
[C#] public static void DrawMenuGlyph(Graphics, Rectangle, MenuGlyph);
[C++] public: static void DrawMenuGlyph(Graphics*, Rectangle, MenuGlyph);
[JScript] public static function DrawMenuGlyph(Graphics, Rectangle, MenuGlyph);
ControlPaint Class | ControlPaint Members | System.WinForms Namespace