If true, when FileName contains an unknown format IEvolution loads the default file icon (it gets the icon using ShGetFileInfo shellapi function).
If false, a question mark is displayed.
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
[ObsoleteAttribute("This property is deprecated")] public bool LoadIconOnUnknownFormat { get; set; }
<ObsoleteAttribute("This property is deprecated")> _ Public Property LoadIconOnUnknownFormat As Boolean Get Set
[ObsoleteAttribute(L"This property is deprecated")] public: property bool LoadIconOnUnknownFormat { bool get (); void set (bool value); }