Click or drag to resize

ShellListBaseItem Constructor

The default constructor.

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

Parameters

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