DX9ToolsR4 - Created by: X

AnimatedStripCollection.CurrentItem Property

Gets or Sets the index for the current item in the collection.

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

Exceptions

Exception TypeCondition
ArgumentOutOfRangeException Will throw a ArgumentOutOfRangeException Exception if the index being set is out of range.

See Also

AnimatedStripCollection Class | CBX.Libs.DX9ToolsR4.Collections Namespace