Dart.PowerWEB.TextBox Namespace > HtmlBox Class : FontFormattingList Property |
High-level "helper" collection which provides font formatting values to applicable ToolbarDropDown controls.
[Visual Basic]
<TypeConverterAttribute("Dart.PowerWEB.TextBox.StringValueCollectionConverter, Dart.PowerWEB.TextBox, Version=3.1.7.2300, Culture=neutral, PublicKeyToken=5966291b8955e4bb")>
<CategoryAttribute("Behavior")>
<DescriptionAttribute("Returns a NameValueCollection which manages which font formats 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")>
Public Property FontFormattingList As StringValueCollection
[C#]
[TypeConverterAttribute("Dart.PowerWEB.TextBox.StringValueCollectionConverter, Dart.PowerWEB.TextBox, Version=3.1.7.2300, Culture=neutral, PublicKeyToken=5966291b8955e4bb")]
[CategoryAttribute("Behavior")]
[DescriptionAttribute("Returns a NameValueCollection which manages which font formats 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")]
public StringValueCollection FontFormattingList {get; set;}
[C++]
[TypeConverterAttribute("Dart.PowerWEB.TextBox.StringValueCollectionConverter, Dart.PowerWEB.TextBox, Version=3.1.7.2300, Culture=neutral, PublicKeyToken=5966291b8955e4bb")]
[CategoryAttribute("Behavior")]
[DescriptionAttribute("Returns a NameValueCollection which manages which font formats 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")]
public: __property StringValueCollection* get_FontFormattingList();
public: __property void set_FontFormattingList(
StringValueCollection* value
);
[C++/CLI]
[TypeConverterAttribute("Dart.PowerWEB.TextBox.StringValueCollectionConverter, Dart.PowerWEB.TextBox, Version=3.1.7.2300, Culture=neutral, PublicKeyToken=5966291b8955e4bb")]
[CategoryAttribute("Behavior")]
[DescriptionAttribute("Returns a NameValueCollection which manages which font formats 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")]
public:
property StringValueCollection^ FontFormattingList {
StringValueCollection^ get();
void set (StringValueCollection^ value);
}
A NameValueCollection containing the names and values of the font formatting types available. The default values are:
If you have any ToolbarDropDown controls with a ToolbarDropDown.Type property = ToolbarDropDownType.FontFormatting, that control will get it's values from the values in this collection.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
HtmlBox Class | HtmlBox Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.