我有一个四个ToggleButton按钮,我想要表现为一个组,所以当点击一个按钮时,其他按钮会关闭。我知道你可以使用mx:ToggleButtonBar做到这一点,但我想使用一个spark skin-able组件(ToggleButton)。有没有办法以编程方式打开和关闭ToggleButton,还是有另一种方法可以实现我的目标?
答案 0 :(得分:1)
我认为这是您需要的信息:
For MX controls, if the toggle property is set to true, the state of the Button control does not change until the user releases the mouse button over the control. For the Spark ToggleButton, this statement applies to the selected property.
然而,关于ToggleButton的“开启和关闭”意味着什么并不清楚。我假设你将它们与上下状态联系起来。