Spread Windows Forms 6.0 Product Documentation
PaintRowSelector Method
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > ColumnHeaderRenderer Class : PaintRowSelector Method


g
Graphics device interface for painting the row header selector.
r
Location and size of the rectangular region in which to paint the row header selector.
appearance
Appearance settings of the row header selector.
zoomFactor
Numeric value for scaling the display of the row header selector.

Glossary Item Box

Paints the row header selector in the row header of the selected row.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub PaintRowSelector( _
   ByVal g As Graphics, _
   ByVal r As Rectangle, _
   ByVal appearance As Appearance, _
   ByVal zoomFactor As Single _
) 
Visual Basic (Usage)Copy Code
Dim instance As ColumnHeaderRenderer
Dim g As Graphics
Dim r As Rectangle
Dim appearance As Appearance
Dim zoomFactor As Single
 
instance.PaintRowSelector(g, r, appearance, zoomFactor)
C# 
public virtual void PaintRowSelector( 
   Graphics g,
   Rectangle r,
   Appearance appearance,
   float zoomFactor
)

Parameters

g
Graphics device interface for painting the row header selector.
r
Location and size of the rectangular region in which to paint the row header selector.
appearance
Appearance settings of the row header selector.
zoomFactor
Numeric value for scaling the display of the row header selector.

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

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.