IUIThreadOperationContext.TakeOwnership Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 ()