![]() ![]() ![]() | |
![]() | |
![]() | |
![]() |
Flash Player 6.0.79.
Flash MX 2004.
myComboBox
.textField
Property (read-only); a reference to the TextInput component contained by the ComboBox.
This property allows you to access the underlying TextInput component so that you can to manipulate it. For example, you might want to change the selection of the text box or restrict the characters that can be entered into it.
The following code restricts the text box of myComboBox
to only accept numbers:
myComboBox.textField.restrict = "0-9";
![]() | |
![]() | |
![]() | |
![]() ![]() ![]() |