Share via


ICollectionView.MoveCurrentToNext Method

Definition

Sets the item after the CurrentItem in the view as the CurrentItem.

public:
 bool MoveCurrentToNext();
bool MoveCurrentToNext();
public bool MoveCurrentToNext();
function moveCurrentToNext()
Public Function MoveCurrentToNext () As Boolean

Returns

Boolean

bool

true if the resulting CurrentItem is an item within the view; otherwise, false.

Applies to