Mega Code Archive

 
Categories / Flex / Components
 

Selectable Label

<?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">   <mx:Label width="200" selectable="true" text="The quick red fox jumped over the lazy brown dog."/>    </mx:Application>