Environment: UserInteractive (get)

UserInteractive

Determines if the current application is allowed to have user interaction.



 Public Property Get UserInteractive ( ) As Boolean

Return Values

Boolean -  Indication if user interaction is allowed.

Remarks

This is used primarily for when the application is a service. It can be used to supress message dialogs and user entry when not allowed.

Read Only.

See Also

Project CorLib Overview

Class Environment Overview