开发者

Disable button tooltip in AS3

开发者 https://www.devze.com 2022-12-11 22:33 出处:网络
I want 开发者_JS百科to disable the tooltip on certain buttons. The tooltip manager seems to be an all or nothing solution. Is it possible to disable the tooltip for just one or two buttons?You can d

I want 开发者_JS百科to disable the tooltip on certain buttons.

The tooltip manager seems to be an all or nothing solution. Is it possible to disable the tooltip for just one or two buttons?


You can disable the tooltip on a button (and any other UIComponent) by setting its "toolTip" property to null

myButton.toolTip = null;
0

精彩评论

暂无评论...
验证码 换一张
取 消