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

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

Public Methods

Method Description
Clone ( ) : object

Creates an exact copy of this column.

DataGridViewControlColumn ( bool fLastColumn ) : System

Initializes a new instance of the T:DataGridViewControlColumn class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Dispose the object

OnDataGridViewChanged ( ) : void

Called when the band is associated with a different .

Private Methods

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

Called when the column state changed.

Method Details

Clone() public method

Creates an exact copy of this column.
public Clone ( ) : object
return object

DataGridViewControlColumn() public method

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.
return System

Dispose() protected method

Dispose the object
protected Dispose ( bool disposing ) : void
disposing bool
return void

OnDataGridViewChanged() protected method

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