DataGridViewCheckBoxCell.PrepareEditingCellForEdit(Boolean) Method
Definition
This method is not meaningful for this type.
public:
virtual void PrepareEditingCellForEdit(bool selectAll);
public virtual void PrepareEditingCellForEdit (bool selectAll);
abstract member PrepareEditingCellForEdit : bool -> unit
override this.PrepareEditingCellForEdit : bool -> unit
Public Overridable Sub PrepareEditingCellForEdit (selectAll As Boolean)
Parameters
- selectAll
- Boolean
This parameter is ignored.
Implements
Remarks
No preparation is necessary for this cell type.