BCGControlBar Library for .NET
FillMarginCellInterior Method




Graphics context.
Cell bounds.
Specifies whether to show "mark" state. "Mark" indicates that there is at least one selected cell in a row.
Specifies whether a row is selected.
Specifies whether a row is highlighted.
Specifies whether a row is the first visible row in grid area.
Fills interior of a margin cell (row header)
Syntax
'Declaration
 
Public Overridable Sub FillMarginCellInterior( _
   ByVal grph As Graphics, _
   ByVal bounds As Rectangle, _
   ByVal showMarkState As Boolean, _
   ByVal isRowSelected As Boolean, _
   ByVal highlighted As Boolean, _
   ByVal firstVisibleRow As Boolean _
) 
'Usage
 
Dim instance As GridControl
Dim grph As Graphics
Dim bounds As Rectangle
Dim showMarkState As Boolean
Dim isRowSelected As Boolean
Dim highlighted As Boolean
Dim firstVisibleRow As Boolean
 
instance.FillMarginCellInterior(grph, bounds, showMarkState, isRowSelected, highlighted, firstVisibleRow)
public virtual void FillMarginCellInterior( 
   Graphics grph,
   Rectangle bounds,
   bool showMarkState,
   bool isRowSelected,
   bool highlighted,
   bool firstVisibleRow
)
public: virtual void FillMarginCellInterior( 
   Graphics* grph,
   Rectangle bounds,
   bool showMarkState,
   bool isRowSelected,
   bool highlighted,
   bool firstVisibleRow
) 
public:
virtual void FillMarginCellInterior( 
   Graphics^ grph,
   Rectangle bounds,
   bool showMarkState,
   bool isRowSelected,
   bool highlighted,
   bool firstVisibleRow
) 

Parameters

grph
Graphics context.
bounds
Cell bounds.
showMarkState
Specifies whether to show "mark" state. "Mark" indicates that there is at least one selected cell in a row.
isRowSelected
Specifies whether a row is selected.
highlighted
Specifies whether a row is highlighted.
firstVisibleRow
Specifies whether a row is the first visible row in grid area.
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