HtmlElement Constructor(Boolean)
In This Topic
Initializes a new instance of the
HtmlElement class.
Syntax
'Declaration
Public Function New( _
ByVal As Boolean _
)
public HtmlElement(
bool
)
Parameters
- rtl
- True to use right-to-left flow direction.
See Also