ControlPaint.DrawMenuGlyph Method (Graphics, Int32, Int32, Int32, Int32, MenuGlyph, Color, Color)
Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
static member DrawMenuGlyph : graphics:Graphics * x:int * y:int * width:int * height:int * glyph:MenuGlyph * foreColor:Color * backColor:Color -> unit
Parameters
- graphics
- Type: System.Drawing.Graphics
The Graphics to draw on.
- x
- Type: System.Int32
The x-coordinate of the upper left corner of the drawing rectangle.
- y
- Type: System.Int32
The y-coordinate of the upper left corner of the drawing rectangle.
- width
- Type: System.Int32
The width of the menu glyph.
- height
- Type: System.Int32
The height of the menu glyph.
- glyph
- Type: System.Windows.Forms.MenuGlyph
One of the MenuGlyph values that specifies the image to draw.
- foreColor
- Type: System.Drawing.Color
The color that replaces White as the foreground color.
- backColor
- Type: System.Drawing.Color
The color that replaces Black as the background color.
When owner-drawing MenuItem controls, you need to verify property values to determine the correct glyph to draw or remove. For example, when the MenuItem.Checked property is set to true, you must call the Checkmark value of MenuGlyph to draw a check mark on the MenuItem.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.