Nevron.UI.WinForm.Controls Namespace / NDataGridTextControlColumnStyleBase Class / PaintText Method / PaintText(Graphics,Rectangle,String,Boolean) Method


PaintText(Graphics,Rectangle,String,Boolean) Method
Syntax
'Declaration
 
Protected Overloads Sub PaintText( _
   ByVal g As System.Drawing.Graphics, _
   ByVal bounds As System.Drawing.Rectangle, _
   ByVal text As System.String, _
   ByVal alignToRight As System.Boolean _
) 
 
'Usage
 
Dim instance As NDataGridTextControlColumnStyleBase
Dim g As System.Drawing.Graphics
Dim bounds As System.Drawing.Rectangle
Dim text As System.String
Dim alignToRight As System.Boolean
 
instance.PaintText(g, bounds, text, alignToRight)

Parameters

g
bounds
text
alignToRight
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