Stylus.PreviewStylusInRange (Evento asociado)
.NET Framework 3.0
Occurs when the stylus comes within range of the tablet.
Espacio de nombres: System.Windows.Input
Ensamblado: PresentationCore (en PresentationCore.dll)
Espacio de nombres XML: http://schemas.microsoft.com/winfx/2006/xaml/presentation
Ensamblado: PresentationCore (en PresentationCore.dll)
Espacio de nombres XML: http://schemas.microsoft.com/winfx/2006/xaml/presentation
The following example demonstrates how to determine whether the stylus is inverted. This example assumes that there is a TextBox called textBox1 and that the PreviewStylusInRange event is connected to the event handlers.