ShellBrowser .Net Edition
GetColumnText Method (p_ColumnId, p_Header)
NamespacesJam.ShellShellBrowserGetColumnText(SHCOLUMNID, Boolean)
Returns the text to show for the currently active item in a certain column.
Declaration Syntax
C#Visual BasicVisual C++
public string GetColumnText(
	SHCOLUMNID p_ColumnId,
	bool p_Header
)
Public Function GetColumnText ( _
	p_ColumnId As SHCOLUMNID, _
	p_Header As Boolean _
) As String
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
The text to display.

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)