Click or drag to resize

JamShellColumnCollectionItem(String) Property

Gets the column header with the specified key from the collection.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public JamShellColumnHeader this[
	string pKey
] { get; }

Parameters

pKey  String
The key of the column header to retrieve from the collection.

Return Value

JamShellColumnHeader
A JamShellColumnHeader representing the column header with the specified key.
See Also