开发者

How to set skin to null for button?

How to set skin to n开发者_Go百科ull for button?

button = new Button();
button.useHandCursor=true;
button.buttonMode =true;

i want to set button.skin = null

Thanks


Flex 3 or Flex 4?

  • Flex 4 version

    button.setStyle("skinClass", null)

  • Flex 3 version

    button.setStyle("upSkin", null) button.setStyle("downSkin", null) button.setStyle("overSkin", null) button.setStyle("disabledSkin", null)

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜