IDataGridViewEditingControl.PrepareEditingControlForEdit(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 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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.