Class BRElementImpl
Class that is responsible for <BR> 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("br")]
public class BRElementImpl : BaseElement, IHTMLElement, ICloneable, IDisposable
Constructors
BRElementImpl(IHTMLElement)
Initializes a new instance of the BRElementImpl class
Declaration
public BRElementImpl(IHTMLElement parent)
Parameters
Type | Name | Description |
---|---|---|
IHTMLElement | parent | Parent element for this object. |
Properties
IsVisible
Overridden. Indicates the visibility of the control.
Declaration
public override bool IsVisible { get; set; }
Property Value
Type |
---|
System.Boolean |
Overrides
SupportedEvents
Returns an array of the supported events.
Declaration
public override string[] SupportedEvents { get; }
Property Value
Type |
---|
System.String[] |
Overrides
Methods
CalculateChildPositions(Point, Rectangle)
Overridden. Calculates its position and size.
Declaration
protected override BlocksCollection CalculateChildPositions(Point curPosition, Rectangle bounds)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Point | curPosition | Current global position. |
System.Drawing.Rectangle | bounds | Bounds for the element. |
Returns
Type | Description |
---|---|
BlocksCollection | Array of blocks. |
Overrides
ProhibitSpaceAfter()
Overridden. Sets value indicating whether trailing whitespace is allowed after element.
Declaration
protected override void ProhibitSpaceAfter()
Overrides
Implements
System.ICloneable
System.IDisposable