This documentation is archived and is not being maintained.
Stylus::CurrentStylusDevice Property
Visual Studio 2010
Gets the stylus that represents the stylus currently in use.
Assembly: PresentationCore (in PresentationCore.dll)
Property Value
Type: System.Windows.Input::StylusDeviceThe StylusDevice that represents the stylus currently in use.
The following example demonstrates how to erase the text that is selected with an inverted stylus. This example assumes that there is a TextBox called textBox1 and that the StylusUpEvent event is connected to the event handler.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: