Click or drag to resize

ShellBrowserGetColumnText(SHCOLUMNID, Boolean, Object) Method

Returns the text which would be displayed in the Details view of the Windows Explorer as String and Variant.

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

Parameters

p_ColumnId  SHCOLUMNID
SHCOLUMNID 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.
oVariant  Object
Returns the Variant that holds the column text information.

Return Value

String
The text to display as String and Variant.
See Also