摘要: 可以通过调用API函数将关闭按钮灰化(不可用) [DllImport("user32")] public static extern IntPtr GetSystemMenu(IntPtr hwnd, int bRevert); [DllImport("user32")] public static... 阅读全文
posted @ 2014-05-14 15:26 任锋 阅读(544) 评论(0) 推荐(0)