Cursor Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the image used for the mouse pointer.
public ref class Cursor sealed : IDisposable
[System.ComponentModel.TypeConverter(typeof(System.Windows.Input.CursorConverter))]
[System.Windows.Localizability(System.Windows.LocalizationCategory.None, Readability=System.Windows.Readability.Unreadable)]
public sealed class Cursor : IDisposable
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Input.CursorConverter))>]
[<System.Windows.Localizability(System.Windows.LocalizationCategory.None, Readability=System.Windows.Readability.Unreadable)>]
type Cursor = class
interface IDisposable
Public NotInheritable Class Cursor
Implements IDisposable
- Inheritance
-
Cursor
- Attributes
- Implements
Examples
How to: Change the Cursor Type
Remarks
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.
XAML Attribute Usage
<object property="cursorName"/>
XAML Values
cursorName The name of one of the predefined cursors in the Cursors class.
Constructors
| Name | Description |
|---|---|
| Cursor(Stream, Boolean) |
Initializes a new instance of the Cursor class. |
| Cursor(Stream) |
Initializes a new instance of the Cursor class from the specified Stream. |
| Cursor(String, Boolean) |
Initializes a new instance of the Cursor class. |
| Cursor(String) |
Initializes a new instance of the Cursor class from the specified .ani or a .cur file. |
Methods
| Name | Description |
|---|---|
| Dispose() |
Releases the resources used by the Cursor class. |
| Finalize() |
Finalizes the object to free resources and perform other cleanup operations. |
| ToString() |
Returns the string representation of the Cursor. |