'Declaration Protected Overloads Overrides Sub Paint( _ ByVal g As Graphics, _ ByVal bounds As Rectangle, _ ByVal source As CurrencyManager, _ ByVal rowNum As Integer, _ ByVal alignToRight As Boolean _ )
'Usage Dim instance As DataGridControlColumnStyleBase Dim g As Graphics Dim bounds As Rectangle Dim source As CurrencyManager Dim rowNum As Integer Dim alignToRight As Boolean instance.Paint(g, bounds, source, rowNum, alignToRight)
protected override void Paint( Graphics g, Rectangle bounds, CurrencyManager source, int rowNum, bool alignToRight )
Parameters
- g
- bounds
- source
- rowNum
- alignToRight