Version

SpecialCharacterList Property

High-level "helper" collection which provides special character values to applicable ToolbarDialogButton controls.
Syntax
'Declaration
 
Public Property SpecialCharacterList As StringArrayList
public StringArrayList SpecialCharacterList {get; set;}
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 WebHtmlEditor constructor topic.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also