ShellBrowserBase.Next Method (IShellChangeNotifier) |
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: 7.1
Syntaxpublic ShellBrowserBase.AsyncResult Next(
IShellChangeNotifier pNotifier
)
Public Function Next (
pNotifier As IShellChangeNotifier
) As ShellBrowserBase.AsyncResult
public:
ShellBrowserBase.AsyncResult Next(
IShellChangeNotifier^ pNotifier
)
member Next :
pNotifier : IShellChangeNotifier -> ShellBrowserBase.AsyncResult
Parameters
- pNotifier
- Type: Jam.Shell.IShellChangeNotifier
The notifier.
Return Value
Type:
ShellBrowserBase.AsyncResult
true, if a next object was found. false, if no further object could be found.
See Also