This property retrieves the index of the current value.

[Visual Basic] Public ReadOnly Property CurrentIndex As Integer
[C#] public int CurrentIndex {get;}

Property Value

The index of the current value

Explanation

The CurrentIndex property retrieves the index of the current value. When the GetCapabilityEnumToSingle method, the GetCapabilityEnumToString method, or the GetDataSources method is executed, the retrieved values are set in an array. This property retrieves the index in the array that refers to the current value. If any of the above methods fail, -1 will be set in the CurrentIndex property.

See Also

Scan Members | Newtone.ImageKit.Wpf.ImageKit

The ImageKit WPF is created by Newtone Corporation