简体   繁体   中英

How remove mdiChild form shrink button?

I already disabled maximize and minimize buttons. Now i want to remove shrink button. How can i do that?

在此处输入图片说明

You need to use this code in the LoadEvent form the form:

base.MinimizeBox = false;

or

this.MinimizeBox = false;

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM