Reference to the scroll instance in a TextArea component?

I m trying to get a reference to the UIScrollBar instance that is used in a TextArea component. I tried these stuff :

  • a for… in loop on the TextArea instance to find a reference of it
  • Also used [COLOR=royalblue]ASSetPropFlags[/COLOR] to find a scroll instance from the loop
  • Looked in TextArea class
  • Tried ScrollView class

I m sure someone with a good understanding of AS2 classes can find something by looking in to the TextArea and ScrollView class. İ did find two references in the [COLOR=black]ScrollView class[/COLOR] : vScroll, vScrollBar and vsb but it didnt work …
Anyone has an idea ? (-:

cheers …