Table of Contents

Method GetIndex

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

GetIndex()

Returns current index.

public int GetIndex()

Returns

int

Index of the currently selected item.

GetIndex(bool)

Returns current index.

public int GetIndex(bool acceptIfFocused)

Parameters

acceptIfFocused bool

specifies if focused item will be returned

Returns

int

Index of the currently selected item.

GetIndex(int)

Returns current index.

public int GetIndex(int index)

Parameters

index int

Default index value.

Returns

int

Index of the currently selected item.