This documentation is archived and is not being maintained.
ControlPaint.DrawMenuGlyph Method
.NET Framework 1.1
Draws a menu glyph on a menu item control.
Overload List
Draws the specified menu glyph on a menu item control within the specified bounds and on the specified surface.
[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);
Draws the specified menu glyph on a menu item control with the specified bounds and on the specified surface.
[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);
See Also
ControlPaint Class | ControlPaint Members | System.Windows.Forms Namespace
Show: