C# Class CommonTools.CellPainter

ファイルを表示 Open project: Nullstr1ng/MultiRDPClient.NET Class Usage Examples

Protected Properties

Property Type Description
m_owner TreeListView

Public Methods

Method 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 method

public CellPainter ( TreeListView owner ) : System
owner TreeListView
return System

DrawSelectionBackground() public method

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

PaintCell() public method

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
return void

PaintCellPlusMinus() public method

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

Property Details

m_owner protected_oe property

protected TreeListView m_owner
return TreeListView