|  |  | Plumtree UI Infrastructure API |  | 
  |  | HTMLTextArea.InternalWrite Method  | 
 
 
       HTMLElement.InternalWrite rewritten to prevent formatting. 
      protected override void InternalWrite(
   bool bFormat,
   XPStringBuilder sb,
   IXPResponse response
);
      Parameters
      
        - 
          bFormat
        
-  Pass a boolean indicating whether or not to format the output. 
- 
          sb
        
-  Pass an XPStringBuilder to which you wish the String appended. Pass null if you do not wish the string appended to an XPStringBuilder. 
- 
          response
        
-  Pass an IXPResponse to which you wish the String written. Pass null if you do not wish the string written to an IXPResponse. 
See Also
      
        HTMLTextArea Class | com.plumtree.xpshared.htmlelements Namespace