Share via


IUIThreadOperationContext.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:
 void TakeOwnership();
public void TakeOwnership ();
abstract member TakeOwnership : unit -> unit
Public Sub TakeOwnership ()

Applies to