IDataGridViewEditingControl.PrepareEditingControlForEdit(Boolean) Method

Definition

Prepares the currently selected cell for editing.

public:
 void PrepareEditingControlForEdit(bool selectAll);
public void PrepareEditingControlForEdit (bool selectAll);
abstract member PrepareEditingControlForEdit : bool -> unit
Public Sub PrepareEditingControlForEdit (selectAll As Boolean)

Parameters

selectAll
Boolean

true to select all of the cell's content; otherwise, false.

Remarks

The purpose of this method is to prepare the control and its contents for editing. For example, you might want to put the insertion point at the end of the contents, or change how the contents are aligned.

Applies to

See also