Dart.PowerWEB.TextBox Namespace > HtmlBoxUpload Class : Filter Property |
Gets or sets the filter used for displaying files in the file browser.
[Visual Basic]
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property Filter As String
[C#]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public string Filter {get; set;}
[C++]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public: __property string* get_Filter();
public: __property void set_Filter(
string* value
);
[C++/CLI]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public:
property String^ Filter {
String^ get();
void set (String^ value);
}
A string representing the current file filter. The default value is "*.gif,*.jpg,*.bmp".
The format of the filter is a comma delimited list of file types (ex "*.gif,*.jpg,*.bmp"). The filter is also used by the HtmlBoxUpload.FileTypeMustMatchFilter property, which controls whether or not file types that do not match the filter are uploaded.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
HtmlBoxUpload Class | HtmlBoxUpload Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.