Show / Hide Table of Contents

Class Cursor

Represents the image used for the mouse pointer.

Inheritance
System.Object
Cursor
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: System.Windows.Input
Assembly: OpenSilver.dll
Syntax
public sealed class Cursor : IDisposable

Methods

| Improve this Doc View Source

Dispose()

Releases the resources used by the Cursor class.

Declaration
public void Dispose()
| Improve this Doc View Source

ToString()

Returns the string representation of the Cursor.

Declaration
public override string ToString()
Returns
Type Description
System.String

The string representation of the cursor. This corresponds to the active Cursors property name.

Overrides
System.Object.ToString()

Implements

System.IDisposable
  • Improve this Doc
  • View Source