ShellListBaseItemVariantColumnTexts Property |
This array holds the column texts of the item. It`s filled in FillSubitems.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax protected Object[] VariantColumnTexts { get; set; }
Protected Property VariantColumnTexts As Object()
Get
Set
protected:
property array<Object^>^ VariantColumnTexts {
array<Object^>^ get ();
void set (array<Object^>^ value);
}
member VariantColumnTexts : Object[] with get, set
Property Value
Type:
ObjectRemarks 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