Click or drag to resize

JamShellColumnCollectionItem Property (String)

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

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

Parameters

pKey
Type: SystemString
The key of the column header to retrieve from the collection.

Return Value

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