Returns the text to show for the currently active item in a certain column.

Declaration Syntax
public:
String^ GetColumnText(
int p_ColumnIndex,
bool p_Header
)

Parameters
- p_ColumnIndex (Int32)
- Index of the column. Column 0 is usually the name
- 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)