MouseDownHandler.OnMouseDown Method
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Sub OnMouseDown ( _
activeWin As Object _
)
'Usage
Dim instance As MouseDownHandler
Dim activeWin As Object
instance.OnMouseDown(activeWin)
void OnMouseDown(
Object activeWin
)
Parameters
- activeWin
Type: System.Object