PromptService IsPromptingAllowed Property TIBCO Spotfire 6.0 API Reference
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.

Namespace: Spotfire.Dxp.Framework.ApplicationModel
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public bool IsPromptingAllowed { get; }

Property Value

Type: Boolean
true if prompting is allowed; false otherwise.
See Also