Uiinfrastructure API Docs  
 

HTMLTextArea.ProvidesClosingTag Method 

Indicates whether or not this HTML element provides a closing tag. Some elements only provide opening tags, such as the <br> element.

protected override bool ProvidesClosingTag();

Return Value

boolean true.

See Also

HTMLTextArea Class | com.plumtree.xpshared.htmlelements Namespace