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

HtmlEditorCustomDialog Members

An individual custom dialog within the ASPxHtmlEditor.

Constructors

Name Description
HtmlEditorCustomDialog() Initializes a new instance of the HtmlEditorCustomDialog class with default settings.
HtmlEditorCustomDialog(String, String, String) Initializes a new instance of the HtmlEditorCustomDialog class with the specified settings.
HtmlEditorCustomDialog(String, String) Initializes a new instance of the HtmlEditorCustomDialog class with the specified settings.

Properties

Name Description
CancelButtonText Gets or sets the text displayed within the Cancel button of the custom dialog.
CancelButtonVisible Gets or sets a value specifying the visibility of the Cancel button within the custom dialog.
Caption Gets or sets the custom dialog’s caption.
Collection This property is not in effect for the HtmlEditorCustomDialog class.
DefaultButtonID Gets or sets the dialog button that is focused by default.
FormPath Gets or sets the path to a user control, specifying a custom dialog’s form.
Index Gets or sets the item’s index within the collection. Inherited from CollectionItem.
Name Gets or sets the custom dialog’s unique identifier name.
OkButtonText Gets or sets the text displayed within the Ok button of the custom dialog.
OkButtonVisible Gets or sets a value specifying the visibility of the Ok button within the custom dialog.

Methods

Name Description
Assign(CollectionItem) Copies the settings from the specified item 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 a string that identifies the HtmlEditorCustomDialog object.
See Also