Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

Editor.DialogTemplates Property

Gets a collection of EditorDialogTemplate objects used by the editor.

[Visual Basic]
Public ReadOnly Property DialogTemplates As EditorDialogTemplateCollection
[C#]
public EditorDialogTemplateCollection DialogTemplates {get;}

Remarks

All dialogs used by the editor (Find and Replace, Insert Link, etc) can be customized, either purely for visual appearance reason or for localization purpose. See customizing dialogs for more details.

See Also

Editor Class | EO.Web Namespace


Direct link to this topic