BExplorer.Shell.NavigationLog.NavigateForward C# (CSharp) Method

NavigateForward() public method

Navigates forwards one item
public NavigateForward ( ) : IListItemEx
return IListItemEx
        public IListItemEx NavigateForward()
        {
            CurrentLocPos++;
            return HistoryItemsList[CurrentLocPos];
        }