NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ControlPaint.DrawMenuGlyph

[To be supplied.]

Overload List

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);

See Also

ControlPaint Class | ControlPaint Members | System.WinForms Namespace