Skip to main content
A newer version of this page is available. .

MVCxHtmlEditorDefaultDialogSettings Members

Contains (MVC specific) customization settings of the built-in dialogs.

Constructors

Name Description
MVCxHtmlEditorDefaultDialogSettings(IPropertiesOwner) Initializes a new instance of the MVCxHtmlEditorDefaultDialogSettings class with the specified owner.

Properties

Name Description
ChangeElementPropertiesDialog Provides access to customization settings for the Change Element Properties dialog’s form elements.
CheckSpellingDialog Provides access to Check Spelling dialog settings. Inherited from HtmlEditorDefaultDialogSettings.
InsertAudioDialog Provides access to customization settings for the Insert Audio dialog‘s form elements.
InsertFlashDialog Provides access to customization settings for the Insert Flash dialog’s form elements.
InsertImageDialog Provides access to customization settings for the Insert Image dialog’s form elements.
InsertLinkDialog Provides access to customization settings for the Insert Link dialog’s form elements.
InsertPlaceholderDialog Provides access to customization settings for the Insert Placeholder dialog’s form elements.
InsertTableDialog Provides access to customization settings for the Insert Table dialog’s form elements.
InsertVideoDialog Provides access to customization settings for the Insert Video dialog’s form elements.
InsertYouTubeVideoDialog Provides access to customization settings for the Insert YouTube Video dialog’s form elements.
PasteFromWordDialog Provides access to customization settings for the Paste from Word dialog’s form elements.
TableCellPropertiesDialog Provides access to Cell Properties dialog settings.
TableColumnPropertiesDialog Provides access to Column Properties dialog settings.
TableRowPropertiesDialog Provides access to Row Properties dialog settings.

Methods

Name Description
Assign(PropertiesBase) Copies the settings from the specified PropertiesBase object to the current object. Inherited from HtmlEditorDefaultDialogSettings.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns the string that represents the current object. Inherited from StateManager.
See Also