ShellListBaseItem Constructor |
The default constructor.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxprotected ShellListBaseItem(
string p_Text
)
Protected Sub New (
p_Text As String
)
protected:
ShellListBaseItem(
String^ p_Text
)
new :
p_Text : string -> ShellListBaseItemParameters
- p_Text String
- The text caption passed to the base class ListViewItem constructor.
See Also