Class SUBElementImpl
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("sub")]
public class SUBElementImpl : SUPElementImpl, IHTMLElement, ICloneable, IDisposable
Constructors
SUBElementImpl(IHTMLElement)
Initializes a new instance of the SUBElementImpl class
Declaration
public SUBElementImpl(IHTMLElement parent)
Parameters
Type | Name | Description |
---|---|---|
IHTMLElement | parent | Parent element for this object. |
Methods
DrawText(Graphics, Rectangle, Text, Block)
Overridden. Draws text in the element.
Declaration
protected override void DrawText(Graphics g, Rectangle rect, Text text, Block parent)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Graphics | g | Graphics context. |
System.Drawing.Rectangle | rect | Rectangle for output. |
Text | text | Text object. |
Block | parent | Parent block for the text. |
Overrides
Implements
System.ICloneable
System.IDisposable