C# Класс SIL.FieldWorks.Common.Controls.SplitGridView.DataGridViewControlColumn

Represents a column of DataGridViewControlCells in a CollapsibleDataGridView.
Наследование: System.Windows.Forms.DataGridViewColumn
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Clone ( ) : object

Creates an exact copy of this column.

DataGridViewControlColumn ( bool fLastColumn ) : System

Initializes a new instance of the T:DataGridViewControlColumn class.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Dispose the object

OnDataGridViewChanged ( ) : void

Called when the band is associated with a different .

Приватные методы

Метод Описание
DataGridViewControlColumn ( ) : System
OnColumnStateChanged ( object sender, System.Windows.Forms.DataGridViewColumnStateChangedEventArgs e ) : void

Called when the column state changed.

Описание методов

Clone() публичный Метод

Creates an exact copy of this column.
public Clone ( ) : object
Результат object

DataGridViewControlColumn() публичный Метод

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.
Результат System

Dispose() защищенный Метод

Dispose the object
protected Dispose ( bool disposing ) : void
disposing bool
Результат void

OnDataGridViewChanged() защищенный Метод

Called when the band is associated with a different .
protected OnDataGridViewChanged ( ) : void
Результат void