FolderViewGetVisibleItem Method |
Gets the next visible item in relation to a given index in the view.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public Item GetVisibleItem(
int startIndex,
bool previous,
bool throwOnError = true
)
Parameters
- startIndex
- Type: SystemInt32
The start index. - previous
- Type: SystemBoolean
if set to true, find the first visible item before startIndex; otherwise find the first visible item after startIndex. - throwOnError (Optional)
- Type: SystemBoolean
true to throw error; otherwise false.
Return Value
Type:
ItemAn instance of the Item class or null.
See Also