M-Files UI Extensibility Framework
SelectNextFolder Method
IShellListing Interface : SelectNextFolder Method
Specifies to folder type to select.
Description
Moves the current selection to the next folder item.
Syntax
Visual Basic
Public Function SelectNextFolder( _
   ByVal folderDefType As MFFolderDefType _
) As Boolean
Parameters
folderDefType
Specifies to folder type to select.
Return Type
Returns true if a selection exists after the method call.
Remarks
Moves the selection to first folder if previous selection didn't exist. Unselects all if the last folder was already selected.
See Also

IShellListing Interface  | IShellListing Members