/ Published in: ActionScript
This line of code will remove the border of an ActionScript 2 TextArea component.
Expand |
Embed | Plain Text
myTextArea.borderStyle = "none";
You need to login to post a comment.
adrianparr on 02/16/10
style remove border none textarea as2 component rectborder
This line of code will remove the border of an ActionScript 2 TextArea component.
myTextArea.borderStyle = "none";
You need to login to post a comment.