StylusPlugIn::OnStylusEnter Method (RawStylusInput^, Boolean)
.NET Framework (current version)
Occurs on a pen thread when the cursor enters the bounds of an element.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- rawStylusInput
-
Type:
System.Windows.Input.StylusPlugIns::RawStylusInput^
A RawStylusInput that contains information about input from the pen.
- confirmed
-
Type:
System::Boolean
true if the pen actually entered the bounds of the element; otherwise, false.
This method occurs on a pen thread, so minimize work in this method to avoid impacting performance.
.NET Framework
Available since 3.0
Available since 3.0
Show: