HtmlElement Constructor(Style,Boolean)
In This Topic
Initializes a new instance of the
HtmlElement class with the specified style options.
Syntax
'Declaration
Public Function New( _
ByVal As Style, _
ByVal As Boolean _
)
public HtmlElement(
Style ,
bool
)
Parameters
- style
- The C1.Framework.Style object to use.
- rtl
- True to use right-to-left flow direction.
See Also