Class CODElementImpl
Class that is responsible for <CODE> Tag.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.HTMLUI
Assembly: Syncfusion.HTMLUI.Windows.dll
Syntax
[ElementTag("code")]
public class CODElementImpl : BaseElement, IHTMLElement, ICloneable, IDisposable
Constructors
CODElementImpl(IHTMLElement)
Initializes a new instance of the CODElementImpl class
Declaration
public CODElementImpl(IHTMLElement parent)
Parameters
| Type | Name | Description |
|---|---|---|
| IHTMLElement | parent | Parent element. |
Properties
OwnFormat
Gets or sets the format which defines special visualization for this element.
Declaration
protected override HTMLFormat OwnFormat { get; }
Property Value
| Type |
|---|
| HTMLFormat |
Overrides
SupportedEvents
Returns the array of supported events.
Declaration
public override string[] SupportedEvents { get; }
Property Value
| Type |
|---|
| System.String[] |
Overrides
Implements
System.ICloneable
System.IDisposable