Click or drag to resize

ShellListBaseItemVariantColumnTexts Property

This array holds the column texts of the item. It`s filled in FillSubitems.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
protected Object[] VariantColumnTexts { get; set; }

Property Value

Type: Object
Remarks
Vista or later only. It`s internal here, because it`s currently just used and useful for the ShellList Items but will be used for the FileList soon. As we already implemented code into the BaseItem (for future usage in the ShellList and FileList), we need the array here.
See Also