HtmlElement Constructor(Style,String,Boolean)
In This Topic
Initializes a new instance of the
HtmlElement class with the specified htm content and style options.
Syntax
Parameters
- style
- The C1.Framework.Style object to use.
- html
- The System.String value with html content.
- rtl
- True to use right-to-left flow direction.
See Also