See Also

HtmlBox Class  | HtmlBox 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

BasePath Property

Dart.PowerWEB.TextBox Namespace > HtmlBox Class : BasePath Property

Gets or sets the base path value for url conversions.

[Visual Basic]
<DescriptionAttribute("Determines how URLs are represented in the editor.")> <DefaultValueAttribute()> <CategoryAttribute("Behavior")> Public Property BasePath As String
[C#]
[DescriptionAttribute("Determines how URLs are represented in the editor.")] [DefaultValueAttribute()] [CategoryAttribute("Behavior")] public string BasePath {get; set;}
[C++]
[DescriptionAttribute("Determines how URLs are represented in the editor.")] [DefaultValueAttribute()] [CategoryAttribute("Behavior")] public: __property string* get_BasePath(); public: __property void set_BasePath(    string* value );
[C++/CLI]
[DescriptionAttribute("Determines how URLs are represented in the editor.")] [DefaultValueAttribute()] [CategoryAttribute("Behavior")] public: property String^ BasePath {    String^ get();    void set (String^ value); }

Return Type

A string value representing the base path value for url conversions.

Remarks

If editing web pages, set this property to the url of the eventual destination of the page.

Requirements

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

See Also

HtmlBox Class  | HtmlBox Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.