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

Editor.DialogContents Property

Gets a collection of EditorDialogContent objects used by the editor.

[Visual Basic]
Public ReadOnly Property DialogContents As EditorDialogContentCollection
[C#]
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

Editor Class | EO.Web Namespace


Direct link to this topic