Click or drag to resize

ShellListBaseItem Constructor

The default constructor.

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

Parameters

p_Text
Type: SystemString
The text caption passed to the base class ListViewItem constructor.
See Also