Skip to main content

HtmlEditorFormsSettings Members

Contains settings that are specific to customized versions of the ASPxHtmlEditor‘s built-in dialogs.

Constructors

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

Properties

Name Description
InsertAudioCssClassItems Obsolete. Provides access to a collection that can contain a list of custom CSS classes defining audio player style settings.
InsertAudioFormPath Obsolete. Gets or sets the path to a UserControl (an .ascx file) that is the customized version of the built-in Insert Audio dialog.
InsertFlashCssClassItems Obsolete. Provides access to a collection that can contain a list of custom CSS classes defining flash player style settings.
InsertFlashFormPath Obsolete. Gets or sets the path to a UserControl (an .ascx file) that is the customized version of the built-in Insert Flash dialog.
InsertImageCssClassItems Obsolete. Provides access to a collection that can contain a list of custom CSS classes defining image style settings.
InsertImageFormPath Obsolete. Gets or sets the path to a UserControl (an .ascx file) that is the customized version of the built-in Insert Image dialog.
InsertLinkFormPath Obsolete. Gets or sets the path to a UserControl (an .ascx file) that is the customized version of the built-in Insert Link dialog.
InsertTableFormPath Obsolete. Gets or sets the path to a UserControl (an .ascx file) that is the customized version of the built-in Insert Table and Table Properties dialogs.
InsertVideoCssClassItems Obsolete. Provides access to a collection that can contain a list of custom CSS classes defining video player style settings.
InsertVideoFormPath Obsolete. Gets or sets the path to a UserControl (an .ascx file) that is the customized version of the built-in Insert Video dialog.
InsertYouTubeVideoCssClassItems Obsolete. Provides access to a collection that can contain a list of custom CSS classes defining YouTube video player style settings.
InsertYouTubeVideoFormPath Obsolete. Gets or sets the path to a UserControl (an .ascx file) that is the customized version of the built-in Insert YouTube Video dialog.
PasteFromWordFormPath Obsolete. Gets or sets the path to a UserControl (an .ascx file) that is the customized version of the built-in Paste from Word dialog.
SpellCheckerForms Gets the settings allowing you to specify paths to customized versions of the built-in spell checker’s dialog forms (UserControls) stored within a web site.
TableColumnPropertiesFormPath Obsolete. Gets or sets the path to a UserControl (an .ascx file), that is the customized version of the built-in Row, Column, and Cell Properties dialogs.

Methods

Name Description
Assign(PropertiesBase) Copies the settings of the specified object to the current one.
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