摘要: ButtonPredefines kind = DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph; //图案可由Image属性指定 DevExpress.XtraEditors.Controls.ButtonPredefines 的属性对应 阅读全文
posted @ 2020-06-12 15:30 蓝雨冰城 阅读(1225) 评论(0) 推荐(0)
摘要: [DllImport("user32.dll")] public static extern bool ReleaseCapture(); [DllImport("user32.dll")] public static extern bool SendMessage(IntPtr hwnd, int 阅读全文
posted @ 2020-06-12 15:12 蓝雨冰城 阅读(245) 评论(0) 推荐(0)