Xceed Chart for WinForms v4.4 Documentation
DrawItemNormal Method


Xceed.Chart.UIControls.v4.4 Assembly > Xceed.Chart.UIControls Namespace > OwnerDrawMenuItem Class : DrawItemNormal Method
This member is reserved for internal use and is not intended to be used directly from your code.
Syntax
'Declaration
 
Protected Overridable Sub DrawItemNormal( _

   ByVal g As Graphics, _

   ByVal r As Rectangle, _

   ByVal rText As Rectangle, _

   ByVal rImage As Rectangle, _

   ByVal state As DrawItemState _

) 
'Usage
 
Dim instance As OwnerDrawMenuItem

Dim g As Graphics

Dim r As Rectangle

Dim rText As Rectangle

Dim rImage As Rectangle

Dim state As DrawItemState

 

instance.DrawItemNormal(g, r, rText, rImage, state)
protected virtual void DrawItemNormal( 

   Graphics g,

   Rectangle r,

   Rectangle rText,

   Rectangle rImage,

   DrawItemState state

)

Parameters

g
r
rText
rImage
state
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