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

PlaceholderFilename Property

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

Gets or sets a virtual, relative, or absolute pathname of the directory containing all of the images used by the HtmlBox.

[Visual Basic]
<DefaultValueAttribute()> <DescriptionAttribute("Selects the filename to use as a temp placeholder in the editor. This file is used to suppress security warnings, etc.")> <CategoryAttribute()> Public Property PlaceholderFilename As String
[C#]
[DefaultValueAttribute()] [DescriptionAttribute("Selects the filename to use as a temp placeholder in the editor. This file is used to suppress security warnings, etc.")] [CategoryAttribute()] public string PlaceholderFilename {get; set;}
[C++]
[DefaultValueAttribute()] [DescriptionAttribute("Selects the filename to use as a temp placeholder in the editor. This file is used to suppress security warnings, etc.")] [CategoryAttribute()] public: __property string* get_PlaceholderFilename(); public: __property void set_PlaceholderFilename(    string* value );
[C++/CLI]
[DefaultValueAttribute()] [DescriptionAttribute("Selects the filename to use as a temp placeholder in the editor. This file is used to suppress security warnings, etc.")] [CategoryAttribute()] public: property String^ PlaceholderFilename {    String^ get();    void set (String^ value); }

Return Type

A string representing the virtual, relative, or absolute pathname of the directory containing all of the images used by the HtmlBox. The default value is "/PowerWEB_TextBox_Common/images".

Remarks

PowerWEB TextBox for .NET automatically assumes that all images are in the directory specified by HtmlBox.ImagesDirectory. For example (using HtmlBox.BackgroundImageName as an example), if the value of HtmlBox.ImagesDirectory is "/PowerWEB_TextBox_Common/images" (the default) and the HtmlBox.BackgroundImageName property was set to "myimage.jpg", the control would assume the file can be found at "/PowerWEB_TextBox_Common/images/myimage.jpg". If the HtmlBox.BackgroundImageName property was set to a string that has some form of directory designation, such as "slashes" within it (for example "C:\temp\myimage.jpg") the control would no longer assume that the image is within HtmlBox.ImagesDirectory but would use the full path you supplied for this property.

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.