Click or drag to resize

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

Parameters

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

Return Value

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