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