AxHost.MouseMove 事件
定義
public:
event System::Windows::Forms::MouseEventHandler ^ MouseMove;
[System.ComponentModel.Browsable(false)]
public event System.Windows.Forms.MouseEventHandler MouseMove;
member this.MouseMove : System.Windows.Forms.MouseEventHandler
Public Custom Event MouseMove As MouseEventHandler
- 屬性
備註
如果您嘗試加入或移除MouseMove事件的處理常式NotSupportedException ,則會擲回。If you attempt to add or remove a handler for the MouseMove event, a NotSupportedException is thrown. AxHost類別不支援衍生自Control類別的事件。The events derived from the Control class are not supported by the AxHost class. 建立AxHost包裝函式時,ActiveX 控制項所公開的事件是應該使用的事件。The events exposed by the ActiveX control when the AxHost wrapper is created are the events that should be used.