In This Article

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

Gets 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 priority of this provider.

Remarks

Priority values may be negative. (Default = 0)

Methods

GetDialogOwnerWindow()

Gets an IWin32Window that indicates the window to own any child dialog boxes.

IWin32Window GetDialogOwnerWindow()

Returns

IWin32Window:

An IWin32Window, or null if an owner is not available.