Click or drag to resize

ShellControlConnectorGetHistoryElement Method

Retrieve the history element at the index given.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public ShellItem GetHistoryElement(
	int p_Index
)

Parameters

p_Index
Type: SystemInt32
The index of the element to get.

Return Value

Type: ShellItem
A ShellItem or null if the index is not within range.
See Also