BCGControlBar Library for .NET
OnDrawGridHorzLines Method




Syntax
'Declaration
 
Protected Overridable Function OnDrawGridHorzLines( _
   ByVal grph As Graphics, _
   ByVal penGridLine As Pen, _
   ByVal bounds As Rectangle _
) As Integer
'Usage
 
Dim instance As GridControl
Dim grph As Graphics
Dim penGridLine As Pen
Dim bounds As Rectangle
Dim value As Integer
 
value = instance.OnDrawGridHorzLines(grph, penGridLine, bounds)
protected virtual int OnDrawGridHorzLines( 
   Graphics grph,
   Pen penGridLine,
   Rectangle bounds
)
protected: virtual int OnDrawGridHorzLines( 
   Graphics* grph,
   Pen* penGridLine,
   Rectangle bounds
) 
protected:
virtual int OnDrawGridHorzLines( 
   Graphics^ grph,
   Pen^ penGridLine,
   Rectangle bounds
) 

Parameters

grph
penGridLine
bounds
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

GridControl Class
GridControl Members

Send Feedback