Share via


xInfo.startLengthyOperation Method

Definition

Sets the mouse cursor to idle.

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

Remarks

Use at the start of a lengthy operation to indicate that a process is in progress. When the operation has finished, the system automatically calls the endLengthyOperation method.

Applies to