摘要: protected override CreateParams CreateParams { get { const int WS_MINIMIZEBOX = 0x00020000; // Winuser.h中定义 CreateParams cp = ... 阅读全文
posted @ 2017-08-02 11:21 huangzebin 阅读(819) 评论(0) 推荐(0)