'Declaration
Public Overridable Sub PaintRowEditingSelector( _ ByVal g As Graphics, _ ByVal r As Rectangle, _ ByVal appearance As Appearance, _ ByVal zoomFactor As Single _ )
'Usage
Dim instance As BaseHeaderFlatStyleRenderer Dim g As Graphics Dim r As Rectangle Dim appearance As Appearance Dim zoomFactor As Single instance.PaintRowEditingSelector(g, r, appearance, zoomFactor)
public virtual void PaintRowEditingSelector( 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.