Click or drag to resize

ShellBrowserGetColumnText(SHCOLUMNID, Boolean) Method

Returns the text to show for the currently active item in a certain column.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public string GetColumnText(
	SHCOLUMNID p_ColumnId,
	bool p_Header
)

Parameters

p_ColumnId  SHCOLUMNID
ID of the column.
p_Header  Boolean
true, if the column header text should be returned, false if the text for the currently active item should be returned.

Return Value

String
The text to display.
See Also