UIElement.IsStylusOver Property
.NET Framework 3.0
Gets a value indicating whether the stylus cursor is located over this element (including visual child elements). This is a dependency property.
Namespace: System.Windows
Assembly: PresentationCore (in presentationcore.dll)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml/presentation
Assembly: PresentationCore (in presentationcore.dll)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml/presentation
'Declaration Public ReadOnly Property IsStylusOver As Boolean 'Usage Dim instance As UIElement Dim value As Boolean value = instance.IsStylusOver
/** @property */ public final boolean get_IsStylusOver ()
public final function get IsStylusOver () : boolean
You cannot use this property in XAML.
Property Value
true if stylus cursor is over the element or its child elements; otherwise, false. The default is false.If this element has stylus capture, this property will continue to return true until stylus capture is lost and the pointer is out of its bounds.
Touch, mouse, and stylus input exist in a particular relationship. For more information, see Touch Input Support in Windows Vista and Input Overview.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.