C# Class AnimatGuiCtrls.Controls.DataGridComboBoxColumn

Inheritance: System.Windows.Forms.DataGridColumnStyle
Datei anzeigen Open project: NeuroRoboticTech/AnimatLabPublicSource

Public Methods

Method Description
DataGridComboBoxColumn ( ) : System

Protected Methods

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

Private Methods

Method Description
ComboHide ( object sender, EventArgs e ) : void
ComboStartEditing ( object sender, EventArgs e ) : void

Method Details

Abort() protected method

protected Abort ( int rowNum ) : void
rowNum int
return void

Commit() protected method

protected Commit ( System source, int rowNum ) : bool
source System
rowNum int
return bool

DataGridComboBoxColumn() public method

public DataGridComboBoxColumn ( ) : System
return System

Edit() protected method

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

GetColumnValueAtRow() protected method

protected GetColumnValueAtRow ( System source, int rowNum ) : object
source System
rowNum int
return object

GetMinimumHeight() protected method

protected GetMinimumHeight ( ) : int
return int

GetPreferredHeight() protected method

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

GetPreferredSize() protected method

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

Paint() protected method

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

Paint() protected method

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

SetColumnValueAtRow() protected method

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

SetDataGridInColumn() protected method

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