Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Processes the mouse enter event for the specified window or control.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public MustOverride Sub ProcessMouseEnter ( _
handle As IntPtr _
)
public abstract void ProcessMouseEnter(
IntPtr handle
)
public:
virtual void ProcessMouseEnter(
IntPtr handle
) abstract
abstract ProcessMouseEnter :
handle:IntPtr -> unit
public abstract function ProcessMouseEnter(
handle : IntPtr
)
Parameters
- handle
Type: System.IntPtr
A window handle.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.