Table of Contents

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 bool

specifies 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 int

Default index value.

Returns

int

Index of the currently selected item.