Cursor.Dispose Method
Definition
Releases the resources used by the Cursor class.
public:
virtual void Dispose();
public void Dispose ();
abstract member Dispose : unit -> unit
override this.Dispose : unit -> unit
Public Sub Dispose ()
Implements
Remarks
After Dispose is called, the cursor object is no longer valid.
Applies to