Returns the text to show for the currently active item in a certain column.
| C# | Visual Basic | Visual 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 )
- 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.
The text to display.