美文网首页macOS
Macos开发NSButton去掉点击时高亮

Macos开发NSButton去掉点击时高亮

作者: 雨后天_ | 来源:发表于2019-11-01 10:31 被阅读0次

    解决方法:

    [(NSButtonCell *)button.cell setHighlightsBy:NSNoCellMask];//最好不好设置 setBezelStyle 及setButtonType

    //        [button setBezelStyle:NSBezelStyleTexturedSquare];

    //        [button setButtonType:NSButtonTypeMomentaryPushIn];

    相关文章

      网友评论

        本文标题:Macos开发NSButton去掉点击时高亮

        本文链接:https://www.haomeiwen.com/subject/fphfbctx.html