技术文档MQL5参考标准程序库面板和对话框CWndOnDragProcessOnDragProcessOnDragProcess控件的 “拖动过程” 事件处理器。virtual bool OnDragProcess( const int x, // x 坐标 const int y // y 坐标 )参数 x[输入] 当前鼠标光标的 X 坐标。y[输入] 当前鼠标光标的 Y 坐标。返回值 true 如果事件已经被处理, 否则 false。注释 当控件移动时 “拖动过程” 事件触发。OnDragStartOnDragEnd