DataGridViewCheckBoxCell.PrepareEditingCellForEdit(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.