BCGSoft.Controls.Grid Namespace > GridControl Class > OnDrawPreviewPane Method : OnDrawPreviewPane(Graphics,GridDataRow,Rectangle,Rectangle,GridCellVisualStyle) Method |
'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 )
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