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