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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.