OnMouseMove Method (LicenseDialog)
In This Topic
Syntax
'Declaration
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Protected Overridable Sub OnMouseMove( _
ByVal As System.Windows.Forms.MouseEventArgs _
)
'Usage
Dim instance As LicenseDialog
Dim e As System.Windows.Forms.MouseEventArgs
instance.OnMouseMove(e)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected virtual void OnMouseMove(
System.Windows.Forms.MouseEventArgs
)
protected procedure OnMouseMove(
: System.Windows.Forms.MouseEventArgs
); virtual;
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
protected function OnMouseMove(
: System.Windows.Forms.MouseEventArgs
);
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected: virtual void OnMouseMove(
System.Windows.Forms.MouseEventArgs*
)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected:
virtual void OnMouseMove(
System.Windows.Forms.MouseEventArgs^
)
Parameters
- e
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also