Visual Basic (Declaration) | |
---|---|
Public MustOverride Property IsMessageEnabled As Boolean |
C# | |
---|---|
public abstract bool IsMessageEnabled {get; set;} |
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.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)