Class BElementImpl
Class that is responsible for <B> 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("b")]
public class BElementImpl : BaseElement, IHTMLElement, ICloneable, IDisposable
Constructors
BElementImpl(IHTMLElement)
Initializes a new instance of the BElementImpl class
Declaration
public BElementImpl(IHTMLElement parent)
Parameters
Type | Name | Description |
---|---|---|
IHTMLElement | parent | Parent element for this object. |
BElementImpl(IHTMLElement, String)
Initializes a new instance of the BElementImpl class
Declaration
protected BElementImpl(IHTMLElement parent, string tagName)
Parameters
Type | Name | Description |
---|---|---|
IHTMLElement | parent | Parent element for this object. |
System.String | tagName | Name of the tag. |
Properties
OwnFormat
Overridden. Returns specific element's settings for drawing.
Declaration
protected override HTMLFormat OwnFormat { get; }
Property Value
Type |
---|
HTMLFormat |
Overrides
SupportedEvents
Overridden. Returns an array of the supported events.
Declaration
public override string[] SupportedEvents { get; }
Property Value
Type |
---|
System.String[] |
Overrides
Implements
System.ICloneable
System.IDisposable