MVCxHtmlEditorDialogFormElementSettings Members
Contains settings concerning customization of dialog form elements.Constructors
Name | Description |
---|---|
MVCxHtmlEditorDialogFormElementSettings() | Initializes a new MVCxHtmlEditorDialogFormElementSettings class instance. |
MVCxHtmlEditorDialogFormElementSettings(IPropertiesOwner) | Initializes a new instance of the MVCxHtmlEditorDialogFormElementSettings class with the specified owner. |
MVCxHtmlEditorDialogFormElementSettings(MVCxHtmlEditorDefaultDialogSettings) | Initializes a new instance of the MVCxHtmlEditorDialogFormElementSettings class. |
Properties
Name | Description |
---|---|
CheckSpellingDialog | Obsolete. Provides access to customization settings for the Check Spelling dialog’s form elements. Inherited from HtmlEditorDialogFormElementSettings. |
InsertAudioDialog | Obsolete. Provides access to customization settings for the Insert Audio dialog‘s form elements. |
InsertFlashDialog | Obsolete. Provides access to customization settings for the Insert Flash dialog’s form elements. |
InsertImageDialog | Obsolete. Provides access to customization settings for the Insert Image dialog’s form elements. |
InsertLinkDialog | Obsolete. Provides access to customization settings for the Insert Link dialog’s form elements. |
InsertTableDialog | Obsolete. Provides access to customization settings for the Insert Table dialog’s form elements. |
InsertVideoDialog | Obsolete. Provides access to customization settings for the Insert Video dialog’s form elements. |
InsertYouTubeVideoDialog | Obsolete. Provides access to customization settings for the Insert YouTube Video dialog’s form elements. |
PasteFromWordDialog | Obsolete. Provides access to customization settings for the Paste from Word dialog’s form elements. |
TableCellPropertiesDialog | Obsolete. Provides access to customization settings for the Cell Properties dialog’s form elements. Inherited from HtmlEditorDialogFormElementSettings. |
TableColumnPropertiesDialog | Obsolete. Provides access to customization settings for the Column Properties dialog’s form elements. Inherited from HtmlEditorDialogFormElementSettings. |
TableRowPropertiesDialog | Obsolete. Provides access to customization settings for the Row Properties dialog’s form elements. Inherited from HtmlEditorDialogFormElementSettings. |
Methods
Name | Description |
---|---|
Assign(PropertiesBase) | Copies the settings from the specified PropertiesBase object to the current object. Inherited from PropertiesBase. |
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