Back to Devexpress

HtmlEditorInsertFlashDialogSettings Class

aspnet-devexpress-dot-web-dot-aspxhtmleditor-4aac42c4.md

latest2.7 KB
Original Source

HtmlEditorInsertFlashDialogSettings Class

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

Namespace : DevExpress.Web.ASPxHtmlEditor

Assembly : DevExpress.Web.ASPxHtmlEditor.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class HtmlEditorInsertFlashDialogSettings :
    HtmlEditorInsertMediaDialogSettings
vb
Public Class HtmlEditorInsertFlashDialogSettings
    Inherits 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.

Implements

IStateManager

IPropertiesOwner

Inheritance

Object StateManager PropertiesBase ASPxHtmlEditorSettingsBase HtmlEditorDialogSettingsBase HtmlEditorInsertMediaDialogSettingsBase HtmlEditorInsertMediaDialogSettings HtmlEditorInsertFlashDialogSettings MVCxHtmlEditorInsertFlashDialogSettings

See Also

HtmlEditorInsertFlashDialogSettings Members

DevExpress.Web.ASPxHtmlEditor Namespace