Click or drag to resize

CustomFileListItem Constructor (String)

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

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

Parameters

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