C# Class SourceGrid.HighlightedRange

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

Méthodes publiques

Méthode Description
Dispose ( ) : void
HighlightedRange ( GridVirtual grid ) : System

Méthodes protégées

Méthode Description
DrawHighlight ( DevAge graphics, Range drawingRange ) : void

Draw the highlighted cells.

Private Methods

Méthode Description
Grid_RangePaint ( GridVirtual sender, RangePaintEventArgs e ) : void
mRegion_Changed ( object sender, EventArgs e ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

DrawHighlight() protected méthode

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.
Résultat void

HighlightedRange() public méthode

public HighlightedRange ( GridVirtual grid ) : System
grid GridVirtual
Résultat System