Dart.PowerWEB.TextBox Namespace > HtmlBoxUpload Class : ExternalFile Property (HtmlBoxUpload) |
Gets or sets the url of an external file containing the content for the dialog.
[Visual Basic]
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
Public Property ExternalFile As String
[C#]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public string ExternalFile {get; set;}
[C++]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public: __property string* get_ExternalFile();
public: __property void set_ExternalFile(
string* value
);
[C++/CLI]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public:
property String^ ExternalFile {
String^ get();
void set (String^ value);
}
A string representing a url of an external file containing the content for the dialog.
This property is not used by any of the predefined dialogs used by the HtmlBox. However, you may set this property if you would like to supply the content for the dialog from a file on the server. If this is the case, the dialog will launch in a modal dialog box that you will not be able to modify the titlebar properties (such as TitlebarBackColor) of.
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.