Wimark.Controls Class Library  

DataGridViewButtonCell Constructor

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

Overload List

Initializes a new instance of the DataGridViewButtonCell class.

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

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

[Visual Basic] Public Sub New(DataGridViewButtonColumn, ButtonEditor)
[C#] public DataGridViewButtonCell(DataGridViewButtonColumn, ButtonEditor);
[C++] public: DataGridViewButtonCell(DataGridViewButtonColumn*, ButtonEditor*);

See Also

DataGridViewButtonCell Class | DataGridViewButtonCell Members | Wimark.Controls Namespace