开发者

how to remove the Maximize icon from form and leave the minimize

开发者 https://www.devze.com 2022-12-13 23:06 出处:网络
I want to disable maximizing my form so I set MaxmimizeBox to false a开发者_开发问答nd lest MinimizeBox true the problem is that it shows the maximize icon- it is grayed out but yet shown. when settin

I want to disable maximizing my form so I set MaxmimizeBox to false a开发者_开发问答nd lest MinimizeBox true the problem is that it shows the maximize icon- it is grayed out but yet shown. when setting both maximize and minimize to false it does not show the icons at all. how can I show the minimize icon and not the maximize one?


Its not possible: you'll have to implement your own frame and window artifacts if you really want to hide it.

0

精彩评论

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