Set label for LinkButton : LinkButton « Components « Flex
- Flex
- Components
- LinkButton
Set label for LinkButton

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
backgroundColor="#eeeeee">
<mx:LinkButton label="Home"/>
</mx:Application>
Related examples in the same category