C# 클래스 CommonTools.CellPainter

파일 보기 프로젝트 열기: Nullstr1ng/MultiRDPClient.NET 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_owner TreeListView

공개 메소드들

메소드 설명
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

메소드 상세

CellPainter() 공개 메소드

public CellPainter ( TreeListView owner ) : System
owner TreeListView
리턴 System

DrawSelectionBackground() 공개 메소드

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

PaintCell() 공개 메소드

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
리턴 void

PaintCellPlusMinus() 공개 메소드

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

프로퍼티 상세

m_owner 보호되어 있는 프로퍼티

protected TreeListView m_owner
리턴 TreeListView