Auto Complete Text Box CellOwns Editing Text Box Method
This is used to determine whether or not the given row owns the editing textbox control
Definition
Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
True if it owns the control, false if it does not
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
protected bool OwnsEditingTextBox(
int rowIndex
)VB
Protected Function OwnsEditingTextBox (
rowIndex As Integer
) As BooleanC++
protected:
bool OwnsEditingTextBox(
int rowIndex
)F#
member OwnsEditingTextBox :
rowIndex : int -> bool Parameters
- rowIndex Int32
- The index of the row to check
Return Value
BooleanTrue if it owns the control, false if it does not