AutoExit Property (SparkWindowedApplication)

Action

Gets a value whether the AIR application will quit when the last window closes or will continue running in the background.

Syntax

C#
protected Boolean autoExit { get; }
VB
'Declaration
Protected Read Property autoExit As Boolean

Access

Read only.