Keysight 89600 VSA .NET API
ExitBehavior Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > Application Class : ExitBehavior Property


Glossary Item Box

Gets or sets the behavior to be used when the user tries to exit the application (from either the File | Exit menu or from pressing the X button on the main application window). This does not affect the behavior when Application.Quit() is called programmatically.

Syntax

Visual Basic (Declaration) 
Public Overridable Property ExitBehavior As ApplicationExitBehavior
C# 
public virtual ApplicationExitBehavior ExitBehavior {get; set;}
C++/CLI 
public:
virtual property ApplicationExitBehavior ExitBehavior {
   ApplicationExitBehavior get();
   void set (    ApplicationExitBehavior value);
}

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

Minimum Software Version Requirement: Keysight 89600 VSA Ver 30.20

See Also