IUserPromptOwnerProvider Interface
Provides an IWin32Window that indicates the window to own any child dialog boxes used by IUserPromptService.
public interface IUserPromptOwnerProvider
Remarks
For internal use only.
Properties
Priority
The priority of this provider compared to other providers, where the smallest value is given the highest priority.
int Priority { get; }
Property Value
- int:
The default value is
0.
Remarks
Priority values may be negative.
Methods
GetDialogOwnerWindow()
Returns an IWin32Window that indicates the window to own any child dialog boxes.
IWin32Window? GetDialogOwnerWindow()
Returns
- IWin32Window:
An IWin32Window, or
nullif an owner is not available.