Click or drag to resize

ShellBrowserGetColumnText Method (SHCOLUMNID, Boolean, Object)

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.0
Syntax
public string GetColumnText(
	SHCOLUMNID p_ColumnId,
	bool p_Header,
	out Object oVariant
)

Parameters

p_ColumnId
Type: Jam.ShellSHCOLUMNID
SHCOLUMNID of the column.
p_Header
Type: SystemBoolean
true, if the column header text should be returned. false if the text for the currently active item should be returned.
oVariant
Type: SystemObject
Returns the Variant that holds the column text information.

Return Value

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