[This is preliminary documentation and is subject to change.]
Indicates if the encapsulated .Net Form must automatically be closed when the total
number of running and stopping Threads becomes 0.
| C# | Visual Basic | Visual C++ |
public bool AutoExit { get; set; }
Public Property AutoExit As Boolean
public: property bool AutoExit { bool get (); void set (bool value); }