C# 클래스 SIL.FieldWorks.Common.Controls.SplitGridView.DataGridViewControlColumn

Represents a column of DataGridViewControlCells in a CollapsibleDataGridView.
상속: System.Windows.Forms.DataGridViewColumn
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
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