2012-10-18 43 views

回答

0

只需设置您的按钮的textDecoration属性。

<s:Button width="15%" height="32%" label="myButton" click="myButton_clickHandler(event)" textDecoration="underline"/> 

适用于buttonbar。

<s:ButtonBar textDecoration="underline"> 

</s:ButtonBar>