Interface IGridDrawSelectionFrame
Provides the DrawSelectionFrame(GridControlBase, Graphics, Boolean, GridRangeInfo) method which is internally used for drawing of Excel-like selection frame.
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public interface IGridDrawSelectionFrame
Methods
DrawSelectionFrame(GridControlBase, Graphics, Boolean, GridRangeInfo)
Internally used for drawing of Excel-like selection frame.
Declaration
void DrawSelectionFrame(GridControlBase pGrid, Graphics g, bool bDrawOld, GridRangeInfo pNewRange)
Parameters
Type | Name | Description |
---|---|---|
GridControlBase | pGrid | The grid control |
System.Drawing.Graphics | g | The graphics |
System.Boolean | bDrawOld | The draw old |
GridRangeInfo | pNewRange | The GridRangeInfo |