C# 클래스 System.Windows.Forms.DataGridViewTextBoxCell

상속: System.Windows.Forms.DataGridViewCell
파일 보기 프로젝트 열기: kumpera/mono 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CreateEditingControl void
DetachEditingControl void

공개 메소드들

메소드 설명
Clone ( ) : object
DataGridViewTextBoxCell ( ) : System
InitializeEditingControl ( int rowIndex, object initialFormattedValue, System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle ) : void
KeyEntersEditMode ( KeyEventArgs e ) : bool
PositionEditingControl ( bool setLocation, bool setSize, Rectangle cellBounds, Rectangle cellClip, System.Windows.Forms.DataGridViewCellStyle cellStyle, bool singleVerticalBorderAdded, bool singleHorizontalBorderAdded, bool isFirstDisplayedColumn, bool isFirstDisplayedRow ) : void
ToString ( ) : string

보호된 메소드들

메소드 설명
GetContentBounds ( Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex ) : Rectangle
GetErrorIconBounds ( Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex ) : Rectangle
GetPreferredSize ( Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex, Size constraintSize ) : Size
OnEnter ( int rowIndex, bool throughMouseClick ) : void
OnLeave ( int rowIndex, bool throughMouseClick ) : void
OnMouseClick ( 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

비공개 메소드들

메소드 설명
CreateEditingControl ( ) : void
DetachEditingControl ( ) : void

메소드 상세

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

DataGridViewTextBoxCell() 공개 메소드

public DataGridViewTextBoxCell ( ) : System
리턴 System

GetContentBounds() 보호된 메소드

protected GetContentBounds ( Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex ) : Rectangle
graphics System.Drawing.Graphics
cellStyle System.Windows.Forms.DataGridViewCellStyle
rowIndex int
리턴 System.Drawing.Rectangle

GetErrorIconBounds() 보호된 메소드

protected GetErrorIconBounds ( Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex ) : Rectangle
graphics System.Drawing.Graphics
cellStyle System.Windows.Forms.DataGridViewCellStyle
rowIndex int
리턴 System.Drawing.Rectangle

GetPreferredSize() 보호된 메소드

protected GetPreferredSize ( Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex, Size constraintSize ) : Size
graphics System.Drawing.Graphics
cellStyle System.Windows.Forms.DataGridViewCellStyle
rowIndex int
constraintSize System.Drawing.Size
리턴 System.Drawing.Size

InitializeEditingControl() 공개 메소드

public InitializeEditingControl ( int rowIndex, object initialFormattedValue, System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle ) : void
rowIndex int
initialFormattedValue object
dataGridViewCellStyle System.Windows.Forms.DataGridViewCellStyle
리턴 void

KeyEntersEditMode() 공개 메소드

public KeyEntersEditMode ( KeyEventArgs e ) : bool
e KeyEventArgs
리턴 bool

OnEnter() 보호된 메소드

protected OnEnter ( int rowIndex, bool throughMouseClick ) : void
rowIndex int
throughMouseClick bool
리턴 void

OnLeave() 보호된 메소드

protected OnLeave ( int rowIndex, bool throughMouseClick ) : void
rowIndex int
throughMouseClick bool
리턴 void

OnMouseClick() 보호된 메소드

protected OnMouseClick ( 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

PositionEditingControl() 공개 메소드

public PositionEditingControl ( bool setLocation, bool setSize, Rectangle cellBounds, Rectangle cellClip, System.Windows.Forms.DataGridViewCellStyle cellStyle, bool singleVerticalBorderAdded, bool singleHorizontalBorderAdded, bool isFirstDisplayedColumn, bool isFirstDisplayedRow ) : void
setLocation bool
setSize bool
cellBounds System.Drawing.Rectangle
cellClip System.Drawing.Rectangle
cellStyle System.Windows.Forms.DataGridViewCellStyle
singleVerticalBorderAdded bool
singleHorizontalBorderAdded bool
isFirstDisplayedColumn bool
isFirstDisplayedRow bool
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string