Table of Contents
DialogContents Property

Gets a collection of EditorDialogContent objects used by the editor.

Syntax
 public EditorDialogContentCollection DialogContents { 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