HtmlEditorDefaultDialogSettings Members
Contains customization settings of the built-in dialogs.Constructors
Name | Description |
---|---|
HtmlEditorDefaultDialogSettings(IPropertiesOwner) | Initializes a new instance of the HtmlEditorDefaultDialogSettings 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. |
InsertAudioDialog | Provides access to Insert Audio dialog settings. |
InsertFlashDialog | Provides access to Insert Flash dialog settings. |
InsertImageDialog | Provides access to Insert Image dialog settings. |
InsertLinkDialog | Provides access to Insert Link dialog settings. |
InsertPlaceholderDialog | Provides access to Insert Placeholder dialog settings. |
InsertTableDialog | Provides access to Insert Table dialog settings. |
InsertVideoDialog | Provides access to Insert Video dialog settings. |
InsertYouTubeVideoDialog | Provides access to Insert YouTube Video dialog settings. |
PasteFromWordDialog | Provides access to Paste from Word dialog settings. |
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. |
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