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


Glossary Item Box

Gets or sets a value indicating whether application message dialogs should be shown.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property IsMessageEnabled As Boolean
C# 
public abstract bool IsMessageEnabled {get; set;}
C++/CLI 
public:
abstract property bool IsMessageEnabled {
   bool get();
   void set (    bool value);
}

Remarks

Determines whether the message dialogs generated by the application should be displayed. If the application is being automated by another application, you may not want the application to stall while waiting for the user to press OK for a dialog message. Setting this property to false inhibits any such dialog from being displayed. The most common type of message dialog shown is to indicate measurement or calibration errors. The Status.MeasurementError property can be read to retrieve these errors.

Requirements

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

See Also