TextArea.maxVPosition
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX 2004.
Usage
textAreaInstance.maxVPosition
Description
Property (read-only); indicates the maximum value of
is 0.
Example
The following code causes the text to scroll to the bottom of the component:
myTextArea.vPosition = myTextArea.maxVPosition;
See also
TextArea.hPosition
TextArea.password
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX 2004.
Usage
textAreaInstance.password
Description
Property; a Boolean value indicating whether the text field is a password field (
(
). If
false
password
If
is
password
false
Example
The following code makes the text field a password field that displays all characters as asterisks (*):
myTextArea.password = true;
is
, the text field is a password text field and hides the input characters.
true
, the text field is not a password text field. The default value is
TextArea.vPosition
TextArea component
. The default value
) or not
true
.
false
737
Need help?
Do you have a question about the FLASH MX 2004-USING COMPONENTS and is the answer not in the manual?