text Property

Summary

Defines the text content associated with the text area.

Syntax

TypeScript
JavaScript
Object.defineProperty(TextArea.prototype, 'text', 
   get: function(), 
   set: function(value) 
) 
   text: string; 

Property Value

A string representing text. The default value is an empty string ''.

Remarks

The text returned is only the inner HTML of the associated TextArea.

Requirements

Target Platforms

See Also

TextArea

TextArea Members

Leadtools.Controls.Medical Namespace

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.