MVCxHtmlEditorCustomDialog Members
Represents an individual custom dialog within the HtmlEditor.Constructors
| Name | Description |
|---|---|
| MVCxHtmlEditorCustomDialog() | Initializes a new instance of the MVCxHtmlEditorCustomDialog class with default settings. |
| MVCxHtmlEditorCustomDialog(String, String, String) | Initializes a new instance of the MVCxHtmlEditorCustomDialog class with the specified settings. |
| MVCxHtmlEditorCustomDialog(String, String) | Initializes a new instance of the MVCxHtmlEditorCustomDialog class with the specified name and caption. |
Properties
| Name | Description |
|---|---|
| CancelButtonText | Gets or sets the text displayed within the Cancel button of the custom dialog. Inherited from HtmlEditorCustomDialog. |
| CancelButtonVisible | Gets or sets a value specifying the visibility of the Cancel button within the custom dialog. Inherited from HtmlEditorCustomDialog. |
| Caption | Gets or sets the custom dialog’s caption. Inherited from HtmlEditorCustomDialog. |
| Collection | This property is not in effect for the HtmlEditorCustomDialog class. Inherited from HtmlEditorCustomDialog. |
| DefaultButtonID | Gets or sets the dialog button that is focused by default. Inherited from HtmlEditorCustomDialog. |
| FormAction | Gets or sets the name of an action method invoking a view (user control) that defines a 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. Inherited from HtmlEditorCustomDialog. |
| OkButtonText | Gets or sets the text displayed within the Ok button of the custom dialog. Inherited from HtmlEditorCustomDialog. |
| OkButtonVisible | Gets or sets a value specifying the visibility of the Ok button within the custom dialog. Inherited from HtmlEditorCustomDialog. |
Methods
| Name | Description |
|---|---|
| Assign(CollectionItem) | Copies the settings from the specified item to the current object. Inherited from HtmlEditorCustomDialog. |
| 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. Inherited from HtmlEditorCustomDialog. |
See Also