IDataGridViewEditingCell.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.
Prepares the currently selected cell for editing.
public:
void PrepareEditingCellForEdit(bool selectAll);
public void PrepareEditingCellForEdit (bool selectAll);
abstract member PrepareEditingCellForEdit : bool -> unit
Public Sub PrepareEditingCellForEdit (selectAll As Boolean)
Parameters
- selectAll
- Boolean
true
to select the cell contents; otherwise, false
.
Remarks
The purpose of this method is to prepare the cell and its contents for editing. For example, you might want to put the insertion point at the end of the cell contents, or change how the contents are aligned.
Applies to
See also
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.