Xceed Chart for WinForms v4.4 Documentation
DrawCheckMark Method


Xceed.Chart.UIControls.v4.4 Assembly > Xceed.Chart.UIControls Namespace > OwnerDrawMenuItem Class : DrawCheckMark Method
This member is reserved for internal use and is not intended to be used directly from your code.
Syntax
'Declaration
 
Protected Overridable Sub DrawCheckMark( _
   ByVal g As Graphics, _
   ByVal r As Rectangle, _
   ByVal c As Color, _
   ByVal disabled As Boolean _
) 
'Usage
 
Dim instance As OwnerDrawMenuItem
Dim g As Graphics
Dim r As Rectangle
Dim c As Color
Dim disabled As Boolean
 
instance.DrawCheckMark(g, r, c, disabled)
protected virtual void DrawCheckMark( 
   Graphics g,
   Rectangle r,
   Color c,
   bool disabled
)

Parameters

g
r
c
disabled
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

OwnerDrawMenuItem Class
OwnerDrawMenuItem Members