ShellControlConnectorGetCaptionForHistoryElement Method |
Retrieve the caption of a history element at the index given.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic string GetCaptionForHistoryElement(
int p_Index
)
Public Function GetCaptionForHistoryElement (
p_Index As Integer
) As String
public:
String^ GetCaptionForHistoryElement(
int p_Index
)
member GetCaptionForHistoryElement :
p_Index : int -> string Parameters
- p_Index Int32
- The index of the element to get the caption from.
Return Value
StringThe caption of a ShellItem or null if the index is not within range.
See Also