C# Class SIL.FieldWorks.Common.Controls.SplitGridView.DataGridViewControlColumn

Represents a column of DataGridViewControlCells in a CollapsibleDataGridView.
Inheritance: System.Windows.Forms.DataGridViewColumn
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

Méthode Description
Clone ( ) : object

Creates an exact copy of this column.

DataGridViewControlColumn ( bool fLastColumn ) : System

Initializes a new instance of the T:DataGridViewControlColumn class.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Dispose the object

OnDataGridViewChanged ( ) : void

Called when the band is associated with a different .

Private Methods

Méthode Description
DataGridViewControlColumn ( ) : System
OnColumnStateChanged ( object sender, System.Windows.Forms.DataGridViewColumnStateChangedEventArgs e ) : void

Called when the column state changed.

Method Details

Clone() public méthode

Creates an exact copy of this column.
public Clone ( ) : object
Résultat object

DataGridViewControlColumn() public méthode

Initializes a new instance of the T:DataGridViewControlColumn class.
public DataGridViewControlColumn ( bool fLastColumn ) : System
fLastColumn bool trueif this is the last column. This causes the /// column not to be resizable.
Résultat System

Dispose() protected méthode

Dispose the object
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

OnDataGridViewChanged() protected méthode

Called when the band is associated with a different .
protected OnDataGridViewChanged ( ) : void
Résultat void