C# 클래스 AdvancedDataGridView.TreeGridCell

Summary description for TreeGridCell.
상속: System.Windows.Forms.DataGridViewTextBoxCell
파일 보기 프로젝트 열기: swax/CodePerspective 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : object
TreeGridCell ( ) : System

보호된 메소드들

메소드 설명
OnMouseDown ( System.Windows.Forms.DataGridViewCellMouseEventArgs e ) : void
OnMouseUp ( System.Windows.Forms.DataGridViewCellMouseEventArgs e ) : void
Paint ( Graphics graphics, Rectangle clipBounds, Rectangle cellBounds, int rowIndex, DataGridViewElementStates cellState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, DataGridViewPaintParts paintParts ) : void
Sited ( ) : void
UnSited ( ) : void
UpdateStyle ( ) : void

메소드 상세

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

OnMouseDown() 보호된 메소드

protected OnMouseDown ( System.Windows.Forms.DataGridViewCellMouseEventArgs e ) : void
e System.Windows.Forms.DataGridViewCellMouseEventArgs
리턴 void

OnMouseUp() 보호된 메소드

protected OnMouseUp ( System.Windows.Forms.DataGridViewCellMouseEventArgs e ) : void
e System.Windows.Forms.DataGridViewCellMouseEventArgs
리턴 void

Paint() 보호된 메소드

protected Paint ( Graphics graphics, Rectangle clipBounds, Rectangle cellBounds, int rowIndex, DataGridViewElementStates cellState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, DataGridViewPaintParts paintParts ) : void
graphics System.Drawing.Graphics
clipBounds System.Drawing.Rectangle
cellBounds System.Drawing.Rectangle
rowIndex int
cellState DataGridViewElementStates
value object
formattedValue object
errorText string
cellStyle System.Windows.Forms.DataGridViewCellStyle
advancedBorderStyle System.Windows.Forms.DataGridViewAdvancedBorderStyle
paintParts DataGridViewPaintParts
리턴 void

Sited() 보호된 메소드

protected Sited ( ) : void
리턴 void

TreeGridCell() 공개 메소드

public TreeGridCell ( ) : System
리턴 System

UnSited() 보호된 메소드

protected UnSited ( ) : void
리턴 void

UpdateStyle() 보호된 메소드

protected UpdateStyle ( ) : void
리턴 void