Stylus::DirectlyOver Property
.NET Framework (current version)
Gets the element that is directly beneath the stylus.
Assembly: PresentationCore (in PresentationCore.dll)
Property Value
Type: System.Windows::IInputElement^The IInputElement that is directly beneath the stylus.
The following example demonstrates how to determine which element the stylus is positioned over. This example assumes that there is a TextBox called textBox1 and that the StylusInAirMove event is connected to the event handler.
.NET Framework
Available since 3.0
Available since 3.0
Show: