Here we got to use the property names status, and assign some chars to it then it will display the related chars at the Panel Control Status Bar.
Example:
status=”"
status=”Kumar Gandhi”
This as in the panel control looks like this..
<mx:Panel title=”Kumar Gandhi’s Panel” x=”438″ y=”59″ status=”">
</mx:Panel>


