| 目次 |
|---|
|
・ToggleButtonBarとは ・ToggleButtonBarのソース ・ToggleButtonBarサンプル |
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
<mx:ToggleButtonBar x="153" y="135">
<mx:dataProvider>
<mx:String>Flash</mx:String>
<mx:String>Director</mx:String>
<mx:String>Dreamweaver</mx:String>
<mx:String>ColdFusion</mx:String>
</mx:dataProvider>
</mx:ToggleButtonBar>
</mx:Application>