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

HtmlEditorInsertFlashDialogSettings Class

Contains customization settings for the Insert Flash dialog’s form elements.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v19.1.dll

Declaration

public class HtmlEditorInsertFlashDialogSettings :
    HtmlEditorInsertMediaDialogSettings

The following members return HtmlEditorInsertFlashDialogSettings objects:

Remarks

The HtmlEditorInsertFlashDialogSettings class contains settings that allow you to customize the availability of elements within the Insert Flash dialog form.

An instance of the HtmlEditorInsertFlashDialogSettings class can be accessed via the HtmlEditorDefaultDialogSettings.InsertFlashDialog property.

See Also