Share via


xInfo.endLengthyOperation Method

Definition

Overloads

endLengthyOperation()

Sets the mouse cursor back to normal after a call to startLengthyOperation.

endLengthyOperation(Boolean)

endLengthyOperation()

Sets the mouse cursor back to normal after a call to startLengthyOperation.

public:
 virtual void endLengthyOperation();
public virtual void endLengthyOperation ();
abstract member endLengthyOperation : unit -> unit
override this.endLengthyOperation : unit -> unit
Public Overridable Sub endLengthyOperation ()

Remarks

It is best practice not to call this method. It will be called automatically by the system when the operation has ended. If you call this method explicitly and there are other processes, or looping code, that use the method, it could lead to the mouse pointer flickering.

Applies to

endLengthyOperation(Boolean)

public:
 virtual void endLengthyOperation(bool _endAll);
public virtual void endLengthyOperation (bool _endAll);
abstract member endLengthyOperation : bool -> unit
override this.endLengthyOperation : bool -> unit
Public Overridable Sub endLengthyOperation (_endAll As Boolean)

Parameters

_endAll
Boolean

Reserved.

Applies to