Click or drag to resize

ShellListBaseItem Constructor

The default constructor.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
protected ShellListBaseItem(
	string p_Text
)

Parameters

p_Text  String
The text caption passed to the base class ListViewItem constructor.
See Also