Archive

Posts Tagged ‘IVisualElement’

Checking if an element is included in the current state in Flex 4

June 15th, 2010 No comments

Checking if an element is included or excluded from the current state is a little more involved than just checking the visible property. This post demonstrates a method that returns true when the element is included in the current state.
Read more…

Differences between IVisualElement.parent and IVisualElement.owner

December 8th, 2009 3 comments

The IVisualElement interface has both a parent and owner property defined on it. These can both be used to traverse up the display hierarchy, but there are some key differences to be aware of when working with either one.
Read more…