ShellBrowserGetColumnText Method (SHCOLUMNID, Boolean) |
Returns the text to show for the currently active item in a certain column.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax 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
)
member GetColumnText :
p_ColumnId : SHCOLUMNID *
p_Header : bool -> string
Parameters
- p_ColumnId
- Type: Jam.ShellSHCOLUMNID
ID 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.
Return Value
Type:
StringThe text to display.
See Also