开发者

How to set skin to null for button?

开发者 https://www.devze.com 2023-02-05 23:23 出处:网络
How to set skin to n开发者_Go百科ull for button? button = new Button(); button.useHandCursor=true;

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

精彩评论

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

关注公众号