ShellListBaseItem Constructor |
The default constructor.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax protected ShellListBaseItem(
string p_Text
)
Protected Sub New (
p_Text As String
)
protected:
ShellListBaseItem(
String^ p_Text
)
new :
p_Text : string -> ShellListBaseItem
Parameters
- p_Text
- Type: SystemString
The text caption passed to the base class ListViewItem constructor.
See Also