Processes the process mouse enter event for the window.
Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Overrides Sub ProcessMouseEnter ( _
    handle As IntPtr _
)
public override void ProcessMouseEnter(
    IntPtr handle
)
public:
virtual void ProcessMouseEnter(
    IntPtr handle
) override
abstract ProcessMouseEnter : 
        handle:IntPtr -> unit  
override ProcessMouseEnter : 
        handle:IntPtr -> unit
public override function ProcessMouseEnter(
    handle : IntPtr
)
Parameters
- handle 
 Type: IntPtr- The 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.