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

SpecialCharacterList Property

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

High-level "helper" collection which provides special character values to applicable ToolbarDialogButton controls.

[Visual Basic]
<DescriptionAttribute("Returns an ArrayList which manages which special characters are displayed as options to the user.")> <TypeConverterAttribute("Dart.PowerWEB.TextBox.StringArrayListConverter, Dart.PowerWEB.TextBox, Version=3.1.7.2300, Culture=neutral, PublicKeyToken=5966291b8955e4bb")> <EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="Dart.PowerWEB.TextBox.FontList, Dart.PowerWEB.TextBox, Version=3.1.7.2300, Culture=neutral, PublicKeyToken=5966291b8955e4bb")> <CategoryAttribute("Behavior")> Public Property SpecialCharacterList As StringArrayList
[C#]
[DescriptionAttribute("Returns an ArrayList which manages which special characters are displayed as options to the user.")] [TypeConverterAttribute("Dart.PowerWEB.TextBox.StringArrayListConverter, Dart.PowerWEB.TextBox, Version=3.1.7.2300, Culture=neutral, PublicKeyToken=5966291b8955e4bb")] [EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="Dart.PowerWEB.TextBox.FontList, Dart.PowerWEB.TextBox, Version=3.1.7.2300, Culture=neutral, PublicKeyToken=5966291b8955e4bb")] [CategoryAttribute("Behavior")] public StringArrayList SpecialCharacterList {get; set;}
[C++]
[DescriptionAttribute("Returns an ArrayList which manages which special characters are displayed as options to the user.")] [TypeConverterAttribute("Dart.PowerWEB.TextBox.StringArrayListConverter, Dart.PowerWEB.TextBox, Version=3.1.7.2300, Culture=neutral, PublicKeyToken=5966291b8955e4bb")] [EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="Dart.PowerWEB.TextBox.FontList, Dart.PowerWEB.TextBox, Version=3.1.7.2300, Culture=neutral, PublicKeyToken=5966291b8955e4bb")] [CategoryAttribute("Behavior")] public: __property StringArrayList* get_SpecialCharacterList(); public: __property void set_SpecialCharacterList(    StringArrayList* value );
[C++/CLI]
[DescriptionAttribute("Returns an ArrayList which manages which special characters are displayed as options to the user.")] [TypeConverterAttribute("Dart.PowerWEB.TextBox.StringArrayListConverter, Dart.PowerWEB.TextBox, Version=3.1.7.2300, Culture=neutral, PublicKeyToken=5966291b8955e4bb")] [EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="Dart.PowerWEB.TextBox.FontList, Dart.PowerWEB.TextBox, Version=3.1.7.2300, Culture=neutral, PublicKeyToken=5966291b8955e4bb")] [CategoryAttribute("Behavior")] public: property StringArrayList^ SpecialCharacterList {    StringArrayList^ get();    void set (StringArrayList^ value); }

Return Type

An ArrayList containing the special characters available. Default values: "&copy;","&reg;","&#153;","&#151;","&#133;","&#209","&aacute;","&yen;","&euro;","&pound;","&#147;","&#148;","&#149;","&para;","&eacute;","&uacute;"

Remarks

If you have any ToolbarDialogButton controls with a ToolbarDialogButton.Type property = ToolbarDialogButtonType.SpecialCharacter, that control will get it's values from the values in this collection.

For default values of this property, see the HtmlBox constructor topic.

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.