C# 클래스 AnimatGuiCtrls.Controls.DataGridComboBoxColumn

상속: System.Windows.Forms.DataGridColumnStyle
파일 보기 프로젝트 열기: NeuroRoboticTech/AnimatLabPublicSource

공개 메소드들

메소드 설명
DataGridComboBoxColumn ( ) : System

보호된 메소드들

메소드 설명
Abort ( int rowNum ) : void
Commit ( System source, int rowNum ) : bool
Edit ( System source, int rowNum, System bounds, bool readOnly, string instantText, bool cellIsVisible ) : void
GetColumnValueAtRow ( System source, int rowNum ) : object
GetMinimumHeight ( ) : int
GetPreferredHeight ( Graphics g, object val ) : int
GetPreferredSize ( Graphics g, object val ) : Size
Paint ( Graphics g, Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum ) : void
Paint ( Graphics g, Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum, bool alignToRight ) : void
SetColumnValueAtRow ( System.Windows.Forms.CurrencyManager source, int rowNum, object value ) : void
SetDataGridInColumn ( System.Windows.Forms.DataGrid value ) : void

비공개 메소드들

메소드 설명
ComboHide ( object sender, EventArgs e ) : void
ComboStartEditing ( object sender, EventArgs e ) : void

메소드 상세

Abort() 보호된 메소드

protected Abort ( int rowNum ) : void
rowNum int
리턴 void

Commit() 보호된 메소드

protected Commit ( System source, int rowNum ) : bool
source System
rowNum int
리턴 bool

DataGridComboBoxColumn() 공개 메소드

public DataGridComboBoxColumn ( ) : System
리턴 System

Edit() 보호된 메소드

protected Edit ( System source, int rowNum, System bounds, bool readOnly, string instantText, bool cellIsVisible ) : void
source System
rowNum int
bounds System
readOnly bool
instantText string
cellIsVisible bool
리턴 void

GetColumnValueAtRow() 보호된 메소드

protected GetColumnValueAtRow ( System source, int rowNum ) : object
source System
rowNum int
리턴 object

GetMinimumHeight() 보호된 메소드

protected GetMinimumHeight ( ) : int
리턴 int

GetPreferredHeight() 보호된 메소드

protected GetPreferredHeight ( Graphics g, object val ) : int
g System.Drawing.Graphics
val object
리턴 int

GetPreferredSize() 보호된 메소드

protected GetPreferredSize ( Graphics g, object val ) : Size
g System.Drawing.Graphics
val object
리턴 System.Drawing.Size

Paint() 보호된 메소드

protected Paint ( Graphics g, Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum ) : void
g System.Drawing.Graphics
bounds System.Drawing.Rectangle
source System.Windows.Forms.CurrencyManager
rowNum int
리턴 void

Paint() 보호된 메소드

protected Paint ( Graphics g, Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum, bool alignToRight ) : void
g System.Drawing.Graphics
bounds System.Drawing.Rectangle
source System.Windows.Forms.CurrencyManager
rowNum int
alignToRight bool
리턴 void

SetColumnValueAtRow() 보호된 메소드

protected SetColumnValueAtRow ( System.Windows.Forms.CurrencyManager source, int rowNum, object value ) : void
source System.Windows.Forms.CurrencyManager
rowNum int
value object
리턴 void

SetDataGridInColumn() 보호된 메소드

protected SetDataGridInColumn ( System.Windows.Forms.DataGrid value ) : void
value System.Windows.Forms.DataGrid
리턴 void