有时候需要强制某个控件,比如标签(Label)强制显示手型光标(hand cursor),一般情况下可以使用useHandCursor = true来控制。 <mx:Label useHandCursor="true" /> 但是有时候,在某些控件上会不管用,这时可以再设置以下几个属性: <mx:Label useHandCursor="true" buttonMode="true" mouseChildren="false" />