AbstractUIThreadOperationContext.TakeOwnership Method

Definition

Allows a component to take full ownership over this UI thread operation, for example when it shows its own modal UI dialog and handles cancellability through that dialog instead.

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

Implements

Applies to