Click or drag to resize

ShellControlConnectorGetCaptionForHistoryElement Method

Retrieve the caption of a history element at the index given.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public string GetCaptionForHistoryElement(
	int p_Index
)

Parameters

p_Index  Int32
The index of the element to get the caption from.

Return Value

String
The caption of a ShellItem or null if the index is not within range.
See Also