BCGControlBar Library for .NET
DrawPreviewPaneEventArgs Constructor




Syntax
'Declaration
 
Public Function New( _
   ByVal grph As Graphics, _
   ByVal boundsText As Rectangle, _
   ByVal boundsBack As Rectangle, _
   ByVal row As GridDataRow, _
   ByVal style As GridCellVisualStyle _
)
'Usage
 
Dim grph As Graphics
Dim boundsText As Rectangle
Dim boundsBack As Rectangle
Dim row As GridDataRow
Dim style As GridCellVisualStyle
 
Dim instance As New DrawPreviewPaneEventArgs(grph, boundsText, boundsBack, row, style)
public DrawPreviewPaneEventArgs( 
   Graphics grph,
   Rectangle boundsText,
   Rectangle boundsBack,
   GridDataRow row,
   GridCellVisualStyle style
)
public: DrawPreviewPaneEventArgs( 
   Graphics* grph,
   Rectangle boundsText,
   Rectangle boundsBack,
   GridDataRow* row,
   GridCellVisualStyle* style
)
public:
DrawPreviewPaneEventArgs( 
   Graphics^ grph,
   Rectangle boundsText,
   Rectangle boundsBack,
   GridDataRow^ row,
   GridCellVisualStyle^ style
)

Parameters

grph
boundsText
boundsBack
row
style
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

DrawPreviewPaneEventArgs Class
DrawPreviewPaneEventArgs Members

Send Feedback