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

HtmlEditorDialogFormElementSettings Members

Contains settings concerning customization of dialog form elements.

Constructors

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

Properties

Name Description
CheckSpellingDialog Obsolete. Provides access to customization settings for the Check Spelling dialog’s form elements.
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.
TableColumnPropertiesDialog Obsolete. Provides access to customization settings for the Column Properties dialog’s form elements.
TableRowPropertiesDialog Obsolete. Provides access to customization settings for the Row Properties dialog’s form elements.

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