Click or drag to resize

ShellViewColumnsSetColumnName Method

Changes the name of the column identified by the passed id.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
protected void SetColumnName(
	SHCOLUMNID pShellColumnId,
	string pNewName
)

Parameters

pShellColumnId
Type: Jam.ShellSHCOLUMNID
A SHCOLUMNID that serves as identifier of the column.
pNewName
Type: SystemString
New name of the column.
See Also