Table of Contents
DialogTemplates Property

Gets a collection of EditorDialogTemplate objects used by the editor.

Syntax
 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