C# Class SourceGrid.HighlightedRange

HighlightedRange allows to highlight a range of cells.
Inheritance: IDisposable
Show file Open project: zhuangyy/Motion Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
HighlightedRange ( GridVirtual grid ) : System

Protected Methods

Method Description
DrawHighlight ( DevAge graphics, Range drawingRange ) : void

Draw the highlighted cells.

Private Methods

Method Description
Grid_RangePaint ( GridVirtual sender, RangePaintEventArgs e ) : void
mRegion_Changed ( object sender, EventArgs e ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

DrawHighlight() protected method

Draw the highlighted cells.
protected DrawHighlight ( DevAge graphics, Range drawingRange ) : void
graphics DevAge
drawingRange Range The range of cells that must be redrawed. Consider that can contains also not selected cells.
return void

HighlightedRange() public method

public HighlightedRange ( GridVirtual grid ) : System
grid GridVirtual
return System