Method GetIndex
- Namespace
- Alternet.Editor.CodeCompletion
- Assembly
- Alternet.Editor.v9.dll
GetIndex(bool)
When implemented by a class, returns current index.
int GetIndex(bool acceptIfFocused)
Parameters
acceptIfFocused
boolspecifies if focused item will be returned
Returns
- int
Index of the currently selected item.
GetIndex()
When implemented by a class, returns current index.
int GetIndex()
Returns
- int
Index of the currently selected item.
GetIndex(int)
When implemented by a class, returns current index.
int GetIndex(int index)
Parameters
index
intDefault index value.
Returns
- int
Index of the currently selected item.