Cursor Class
.NET Framework 3.0
Represents the image used for the mouse pointer.
Namespace: System.Windows.Input
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
[LocalizabilityAttribute(LocalizationCategory.None, Readability=Readability.Unreadable)] [TypeConverterAttribute(typeof(CursorConverter))] public sealed class Cursor : IDisposable
/** @attribute LocalizabilityAttribute(LocalizationCategory.None, Readability=Readability.Unreadable) */ /** @attribute TypeConverterAttribute(System.Windows.Input.CursorConverter) */ public final class Cursor implements IDisposable
LocalizabilityAttribute(LocalizationCategory.None, Readability=Readability.Unreadable) TypeConverterAttribute(System.Windows.Input.CursorConverter) public final class Cursor implements IDisposable
<object property="cursorName"/>
cursorName The name of one of the predefined cursors in the Cursors class.
The Cursors class contains a set of default cursors.
When running in Partial Trust, only the default cursors defined in the Cursors class are allowed.
For an example of creating a custom Cursor, see the Changing the Cursor Type Sample.
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.Community Additions
ADD
Show: