See Also

HtmlBoxUpload Class  | HtmlBoxUpload Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerWEB TextBox for ASP.NET

UseRelativePaths Property

Dart.PowerWEB.TextBox Namespace > HtmlBoxUpload Class : UseRelativePaths Property

Gets or sets a value which determines if relative paths are used for <A> and <IMG> tags.

[Visual Basic]
<DefaultValueAttribute()> <NotifyParentPropertyAttribute(False)> Public Property UseRelativePaths As Boolean
[C#]
[DefaultValueAttribute()] [NotifyParentPropertyAttribute(false)] public bool UseRelativePaths {get; set;}
[C++]
[DefaultValueAttribute()] [NotifyParentPropertyAttribute(false)] public: __property bool get_UseRelativePaths(); public: __property void set_UseRelativePaths(    bool value );
[C++/CLI]
[DefaultValueAttribute()] [NotifyParentPropertyAttribute(false)] public: property bool UseRelativePaths {    bool get();    void set (bool value); }

Return Type

true if relative paths should be fixed, false otherwise. The default value is true.

Remarks

The IFRAME object automatically makes all paths absolute. When this value is set to true, these absolute paths will be fixed to be relative, for example a link like "http://myserver/myimages/blah.gif" might be turned into "../myimages/blah.gif".

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

HtmlBoxUpload Class  | HtmlBoxUpload Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.