Draws a menu glyph for a Win32 menu in the given rectangle with the given state.
[Visual Basic] Overloads Public Shared Sub DrawMenuGlyph( _ ByVal graphics As Graphics, _ ByVal x As Integer, _ ByVal y As Integer, _ ByVal width As Integer, _ ByVal height As Integer, _ ByVal glyph As MenuGlyph _ ) [C#] public static void DrawMenuGlyph( Graphics graphics, int x, int y, int width, int height, MenuGlyph glyph ); [C++] public: static void DrawMenuGlyph( Graphics* graphics, int x, int y, int width, int height, MenuGlyph glyph ); [JScript] public static function DrawMenuGlyph( graphics : Graphics, x : int, y : int, width : int, height : int, glyph : MenuGlyph );
ControlPaint Class | ControlPaint Members | System.WinForms Namespace | ControlPaint.DrawMenuGlyph Overload List | MenuGlyph