UITechnologyManager.ProcessMouseEnter(IntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Processes the mouse enter event for the specified window or control.
public:
abstract void ProcessMouseEnter(IntPtr handle);
public abstract void ProcessMouseEnter (IntPtr handle);
abstract member ProcessMouseEnter : nativeint -> unit
Public MustOverride Sub ProcessMouseEnter (handle As IntPtr)
Parameters
- handle
-
IntPtr
nativeint
A window handle.