Toggle style button : ToggleButton « Components « Flex

Home
Flex
1.Chart
2.Components
3.Container
4.Data Model
5.Development
6.Effects
7.Event
8.Graphics
9.Grid
10.Style
Flex » Components » ToggleButtonScreenshots 
Toggle style button
Toggle style button
       
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
    <mx:Canvas width="100%" height="100%">
       <mx:Button id="edit" bottom="10" left="10" label="Edit" toggle="true" />
    </mx:Canvas>
</mx:Application>

   
    
    
    
    
    
    
  
Related examples in the same category
1.A toggle button with an image for up, down, over, and disabled statesA toggle button with an image for up, down, over, and disabled states
2.Toggle Button color between blue and the defaultToggle Button color between blue and the default
3.Toggle button font size between null and 8Toggle button font size between null and 8
4.Use ToggleBarButton to toggle two forms in ViewStackUse ToggleBarButton to toggle two forms in ViewStack
5.Mark a Button as Toggle.Mark a Button as Toggle.
6.Toggle data series when the user clicks on the Change Series button:Toggle data series when the user clicks on the Change Series button:
7.Toggle color of the Button control between blue and the default by using this techniqueToggle color of the Button control between blue and the default by using this technique
www.j___ava___2s__.___com_ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.