public LiteItem Next() { CurrentSelection.RollOff(); CurrentSelectionIndex++; CurrentSelection.RollOver(); return(CurrentSelection); }
public LiteItem Prev() { CurrentSelection.RollOff(); CurrentSelectionIndex--; CurrentSelection.RollOver(); return(CurrentSelection); }
public void Reset() { CurrentSelectionIndex = 0; CurrentSelection.RollOver(); }