Accusoft.ThumbnailXpress6.Net
MoveNext Method (ThumbnailItemCollectionEnumerator)




This method advances the collection enumerator position/index by one if not at the end of the collection.
Syntax
'Declaration
 
Public Function MoveNext() As Boolean
'Usage
 
Dim instance As ThumbnailItemCollectionEnumerator
Dim value As Boolean
 
value = instance.MoveNext()
public bool MoveNext()
public: bool MoveNext(); 
public:
bool MoveNext(); 

Return Value

A boolean value which is true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
Remarks
The collection must be locked before accessing this method.
See Also

Reference

ThumbnailItemCollectionEnumerator Class
ThumbnailItemCollectionEnumerator Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback