Dart.PowerWEB.TextBox Namespace > HtmlBoxDialog Class : ExternalFile Property (HtmlBoxDialog) |
Gets or sets the url of an external file containing the content for the dialog.
[Visual Basic]
<DefaultValueAttribute()>
<DescriptionAttribute("Gets or sets the filename or url of an external file to launch when the button is clicked.")>
Public Property ExternalFile As String
[C#]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the filename or url of an external file to launch when the button is clicked.")]
public string ExternalFile {get; set;}
[C++]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the filename or url of an external file to launch when the button is clicked.")]
public: __property string* get_ExternalFile();
public: __property void set_ExternalFile(
string* value
);
[C++/CLI]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the filename or url of an external file to launch when the button is clicked.")]
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
HtmlBoxDialog Class | HtmlBoxDialog Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.