ESRI.ArcGIS.ADF.Local
RaiseOnMouseDown(Int16,Int16,Single,Single) Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.COMSupport Namespace > OLE Class > RaiseOnMouseDown Method : RaiseOnMouseDown(Int16,Int16,Single,Single) Method




button
shift
x
y

Syntax

Visual Basic (Declaration) 
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Protected Overloads Sub RaiseOnMouseDown( _
   ByVal button As Short, _
   ByVal shift As Short, _
   ByVal x As Single, _
   ByVal y As Single _
) 
Visual Basic (Usage)Copy Code
Dim instance As OLE
Dim button As Short
Dim shift As Short
Dim x As Single
Dim y As Single
 
instance.RaiseOnMouseDown(button, shift, x, y)
C# 
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
protected void RaiseOnMouseDown( 
   short button,
   short shift,
   float x,
   float y
)

Parameters

button
shift
x
y

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.