Intersoft ClientUI Documentation
FileTypeIcons Property



Gets or sets the collection of icons to be displayed for each file type.
Syntax
<CategoryAttribute("Common Properties")>
Public Property FileTypeIcons As Collection(Of FileTypeIcon)
Dim instance As UXFileUpload
Dim value As Collection(Of FileTypeIcon)
 
instance.FileTypeIcons = value
 
value = instance.FileTypeIcons
[CategoryAttribute("Common Properties")]
public Collection<FileTypeIcon> FileTypeIcons {get; set;}
[CategoryAttribute("Common Properties")]
public:
property Collection<FileTypeIcon^>^ FileTypeIcons {
   Collection<FileTypeIcon^>^ get();
   void set (    Collection<FileTypeIcon^>^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXFileUpload Class
UXFileUpload Members

Send Feedback