Click or drag to resize

FileListItem Constructor (String)

Initializes a new ShellListItem with the caption given in the parameter.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
public FileListItem(
	string p_Caption
)

Parameters

p_Caption
Type: SystemString
The caption of the listitem.
See Also