BCGControlBar Library for .NET
OnDrawPreviewPane(Graphics,GridDataRow,Rectangle,Rectangle,GridCellVisualStyle) Method




Syntax
'Declaration
 
Protected Overloads Overridable Sub OnDrawPreviewPane( _
   ByVal grph As Graphics, _
   ByVal row As GridDataRow, _
   ByVal boundsText As Rectangle, _
   ByVal boundsBack As Rectangle, _
   ByVal visualStyle As GridCellVisualStyle _
) 
'Usage
 
Dim instance As GridControl
Dim grph As Graphics
Dim row As GridDataRow
Dim boundsText As Rectangle
Dim boundsBack As Rectangle
Dim visualStyle As GridCellVisualStyle
 
instance.OnDrawPreviewPane(grph, row, boundsText, boundsBack, visualStyle)
protected virtual void OnDrawPreviewPane( 
   Graphics grph,
   GridDataRow row,
   Rectangle boundsText,
   Rectangle boundsBack,
   GridCellVisualStyle visualStyle
)
protected: virtual void OnDrawPreviewPane( 
   Graphics* grph,
   GridDataRow* row,
   Rectangle boundsText,
   Rectangle boundsBack,
   GridCellVisualStyle* visualStyle
) 
protected:
virtual void OnDrawPreviewPane( 
   Graphics^ grph,
   GridDataRow^ row,
   Rectangle boundsText,
   Rectangle boundsBack,
   GridCellVisualStyle^ visualStyle
) 

Parameters

grph
row
boundsText
boundsBack
visualStyle
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
Overload List

Send Feedback