AutoCompleteTextBoxCellOwnsEditingTextBox Method
This is used to determine whether or not the given row owns the editing textbox control
Namespace: EWSoftware.ListControls.DataGridViewControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
protected bool OwnsEditingTextBox(
int rowIndex
)
Protected Function OwnsEditingTextBox (
rowIndex As Integer
) As Boolean
protected:
bool OwnsEditingTextBox(
int rowIndex
)
member OwnsEditingTextBox :
rowIndex : int -> bool
- rowIndex Int32
- The index of the row to check
BooleanTrue if it owns the control, false if it does not