BCGControlBar Library for .NET
OnDrawGridVertLines Method




Syntax
'Declaration
 
Protected Overridable Sub OnDrawGridVertLines( _
   ByVal grph As Graphics, _
   ByVal penGridLine As Pen, _
   ByVal bounds As Rectangle, _
   ByVal lastColumn As Integer, _
   ByVal bottomLine As Integer _
) 
'Usage
 
Dim instance As GridControl
Dim grph As Graphics
Dim penGridLine As Pen
Dim bounds As Rectangle
Dim lastColumn As Integer
Dim bottomLine As Integer
 
instance.OnDrawGridVertLines(grph, penGridLine, bounds, lastColumn, bottomLine)
protected virtual void OnDrawGridVertLines( 
   Graphics grph,
   Pen penGridLine,
   Rectangle bounds,
   int lastColumn,
   int bottomLine
)
protected: virtual void OnDrawGridVertLines( 
   Graphics* grph,
   Pen* penGridLine,
   Rectangle bounds,
   int lastColumn,
   int bottomLine
) 
protected:
virtual void OnDrawGridVertLines( 
   Graphics^ grph,
   Pen^ penGridLine,
   Rectangle bounds,
   int lastColumn,
   int bottomLine
) 

Parameters

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