C# Class AnimatGuiCtrls.Controls.DataGridComboBoxColumn

Inheritance: System.Windows.Forms.DataGridColumnStyle
Afficher le fichier Open project: NeuroRoboticTech/AnimatLabPublicSource

Méthodes publiques

Méthode Description
DataGridComboBoxColumn ( ) : System

Méthodes protégées

Méthode 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

Méthode Description
ComboHide ( object sender, EventArgs e ) : void
ComboStartEditing ( object sender, EventArgs e ) : void

Method Details

Abort() protected méthode

protected Abort ( int rowNum ) : void
rowNum int
Résultat void

Commit() protected méthode

protected Commit ( System source, int rowNum ) : bool
source System
rowNum int
Résultat bool

DataGridComboBoxColumn() public méthode

public DataGridComboBoxColumn ( ) : System
Résultat System

Edit() protected méthode

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
Résultat void

GetColumnValueAtRow() protected méthode

protected GetColumnValueAtRow ( System source, int rowNum ) : object
source System
rowNum int
Résultat object

GetMinimumHeight() protected méthode

protected GetMinimumHeight ( ) : int
Résultat int

GetPreferredHeight() protected méthode

protected GetPreferredHeight ( Graphics g, object val ) : int
g System.Drawing.Graphics
val object
Résultat int

GetPreferredSize() protected méthode

protected GetPreferredSize ( Graphics g, object val ) : Size
g System.Drawing.Graphics
val object
Résultat System.Drawing.Size

Paint() protected méthode

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
Résultat void

Paint() protected méthode

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
Résultat void

SetColumnValueAtRow() protected méthode

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

SetDataGridInColumn() protected méthode

protected SetDataGridInColumn ( System.Windows.Forms.DataGrid value ) : void
value System.Windows.Forms.DataGrid
Résultat void