Uiinfrastructure API Docs  
 

HTMLTextArea.Create Method 

This method is used by the ASManager to return new instances of managed objects.

public override object Create();

Return Value

A new instance of the managed class (i.e. return new Foo();)

Implements

IManagedObject.Create

See Also

HTMLTextArea Class | com.plumtree.uiinfrastructure.pagecontrols.htmlpagecontrols Namespace