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

FontNameList Property

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

High-level "helper" collection which provides font name values to applicable ToolbarDropDown controls.

[Visual Basic]
<TypeConverterAttribute("Dart.PowerWEB.TextBox.StringArrayListConverter, Dart.PowerWEB.TextBox, Version=3.1.7.2300, Culture=neutral, PublicKeyToken=5966291b8955e4bb")> <CategoryAttribute("Behavior")> <DescriptionAttribute("Returns an ArrayList which manages which font faces are displayed as options to the user.")> <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")> <NotifyParentPropertyAttribute(True)> Public Property FontNameList As StringArrayList
[C#]
[TypeConverterAttribute("Dart.PowerWEB.TextBox.StringArrayListConverter, Dart.PowerWEB.TextBox, Version=3.1.7.2300, Culture=neutral, PublicKeyToken=5966291b8955e4bb")] [CategoryAttribute("Behavior")] [DescriptionAttribute("Returns an ArrayList which manages which font faces are displayed as options to the user.")] [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")] [NotifyParentPropertyAttribute(true)] public StringArrayList FontNameList {get; set;}
[C++]
[TypeConverterAttribute("Dart.PowerWEB.TextBox.StringArrayListConverter, Dart.PowerWEB.TextBox, Version=3.1.7.2300, Culture=neutral, PublicKeyToken=5966291b8955e4bb")] [CategoryAttribute("Behavior")] [DescriptionAttribute("Returns an ArrayList which manages which font faces are displayed as options to the user.")] [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")] [NotifyParentPropertyAttribute(true)] public: __property StringArrayList* get_FontNameList(); public: __property void set_FontNameList(    StringArrayList* value );
[C++/CLI]
[TypeConverterAttribute("Dart.PowerWEB.TextBox.StringArrayListConverter, Dart.PowerWEB.TextBox, Version=3.1.7.2300, Culture=neutral, PublicKeyToken=5966291b8955e4bb")] [CategoryAttribute("Behavior")] [DescriptionAttribute("Returns an ArrayList which manages which font faces are displayed as options to the user.")] [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")] [NotifyParentPropertyAttribute(true)] public: property StringArrayList^ FontNameList {    StringArrayList^ get();    void set (StringArrayList^ value); }

Return Type

An ArrayList containing the font names available. Default values: "Arial", "Verdana", "Tahoma", "Courier New", "Georgia"

Remarks

If you have any ToolbarDropDown controls with a ToolbarDropDown.Type property = ToolbarDropDownType.FontName, 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.