Defines a base implementation of IUser
- Inheritance:
- object object
- Derived:
-
Form
User Prompt Owner Provider
- Implements:
-
IUser
Prompt Owner Provider
Remarks
For internal use only.
Constructors
UserPromptOwnerProvider()
Initializes an instance of the class.
Properties
Priority
Gets the priority of this provider compared to other providers, where the smallest value is given the highest priority.
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.
Returns
- IWin32Window:
An IWin32Window, or
null
if an owner is not available.
Fields
DefaultPriority
The default priority assigned to Priority.
HighestPriority
The value for Priority which indicates the highest priority.
LowestPriority
The value for Priority which indicates the lowest priority.