Click or drag to resize

ShellBrowserBaseNext Method

Moves on to next object in the active folder and makes it the active object. If Next has not been called before for the active folder, the first object is made active.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
public bool Next()

Return Value

Type: Boolean
true, if a next object was found. false, if no further object could be found.
Exceptions
ExceptionCondition
UnauthorizedAccessExceptionThis exception is thrown when we can't access the active folder.
See Also