The PromptService type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| IsPromptingAllowed | Gets whether or not prompting is allowed in the running application instance.
If this method returns false, calls to Prompt(Object, Type) will
fail by throwing an InvalidOperationException.
| |
| PromptMode |
Gets the mode in which this service currently operates.
|
See Also