Did this in my Panel subclass just the other day:
public function getTitleIconObject():DisplayObject
{
use namespace mx_internal;
return titleIconObject as DisplayObject;
}HTH, Ben --- In [email protected], "adamacosta16" <[EMAIL PROTECTED]> wrote: > > I'm guessing something along the lines of extending the panel. Any > ideas out there? >

