Wimark.Controls Class Library  

DataGridViewCheckBoxCell Constructor

Initializes a new instance of the DataGridViewCheckBoxCell class.

Overload List

Initializes a new instance of the DataGridViewCheckBoxCell class.

[Visual Basic] Public Sub New()
[C#] public DataGridViewCheckBoxCell();
[C++] public: DataGridViewCheckBoxCell();

Initializes a new instance of the DataGridViewCheckBoxCell class with a specified parent column and editor component.

[Visual Basic] Public Sub New(DataGridViewCheckBoxColumn, CheckEditor)
[C#] public DataGridViewCheckBoxCell(DataGridViewCheckBoxColumn, CheckEditor);
[C++] public: DataGridViewCheckBoxCell(DataGridViewCheckBoxColumn*, CheckEditor*);

See Also

DataGridViewCheckBoxCell Class | DataGridViewCheckBoxCell Members | Wimark.Controls Namespace