C# Class CommonTools.CellPainter

Afficher le fichier Open project: Nullstr1ng/MultiRDPClient.NET Class Usage Examples

Protected Properties

Свойство Type Description
m_owner TreeListView

Méthodes publiques

Méthode Description
CellPainter ( TreeListView owner ) : System
DrawSelectionBackground ( Graphics dc, Rectangle nodeRect, Node node ) : void
PaintCell ( Graphics dc, Rectangle cellRect, Node node, TreeListColumn column, TreeList format, object data ) : void
PaintCellPlusMinus ( Graphics dc, Rectangle glyphRect, Node node ) : void

Method Details

CellPainter() public méthode

public CellPainter ( TreeListView owner ) : System
owner TreeListView
Résultat System

DrawSelectionBackground() public méthode

public DrawSelectionBackground ( Graphics dc, Rectangle nodeRect, Node node ) : void
dc System.Drawing.Graphics
nodeRect System.Drawing.Rectangle
node Node
Résultat void

PaintCell() public méthode

public PaintCell ( Graphics dc, Rectangle cellRect, Node node, TreeListColumn column, TreeList format, object data ) : void
dc System.Drawing.Graphics
cellRect System.Drawing.Rectangle
node Node
column TreeListColumn
format TreeList
data object
Résultat void

PaintCellPlusMinus() public méthode

public PaintCellPlusMinus ( Graphics dc, Rectangle glyphRect, Node node ) : void
dc System.Drawing.Graphics
glyphRect System.Drawing.Rectangle
node Node
Résultat void

Property Details

m_owner protected_oe property

protected TreeListView m_owner
Résultat TreeListView