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 (Graphics, Rectangle, MenuGlyph)

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 rect As Rectangle, _
   ByVal glyph As MenuGlyph _
)
[C#]
public static void DrawMenuGlyph(
   Graphics graphics,
   Rectangle rect,
   MenuGlyph glyph
);
[C++]
public: static void DrawMenuGlyph(
   Graphics* graphics,
   Rectangle rect,
   MenuGlyph glyph
);
[JScript]
public static function DrawMenuGlyph(
   graphics : Graphics,
   rect : Rectangle,
   glyph : MenuGlyph
);

Parameters

graphics
The graphics object to draw to.
rect
The coordiniates of the glyph.
glyph
A MenuGlyph constant to determine what menu glyph to draw.

See Also

ControlPaint Class | ControlPaint Members | System.WinForms Namespace | ControlPaint.DrawMenuGlyph Overload List | MenuGlyph