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.1
Syntax protected void SetColumnName(
SHCOLUMNID pShellColumnId,
string pNewName
)
Protected Sub SetColumnName (
pShellColumnId As SHCOLUMNID,
pNewName As String
)
protected:
void SetColumnName(
SHCOLUMNID pShellColumnId,
String^ pNewName
)
member SetColumnName :
pShellColumnId : SHCOLUMNID *
pNewName : string -> unit
Parameters
- pShellColumnId
- Type: Jam.ShellSHCOLUMNID
A SHCOLUMNID that serves as identifier of the column. - pNewName
- Type: SystemString
New name of the column.
See Also