VeriStand .NET API Reference

MessageBoxStep Class

Represents a Message Box step, which displays a pop-dialog box with a specified message.

Namespace: NationalInstruments.VeriStand.StimulusProfileDefinitionApi
Assembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Class MessageBoxStep _
	Inherits ActionStep
C#
public class MessageBoxStep : ActionStep
Visual C++
public ref class MessageBoxStep : public ActionStep

Remarks

Use the members of this class to configure the step, including the message that the box displays.

Accessing this Class:

Inheritance Hierarchy

System.Object
    NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.BaseNode
        NationalInstruments.VeriStand.StimulusProfileDefinitionApi.ActionStep
            NationalInstruments.VeriStand.StimulusProfileDefinitionApi.MessageBoxStep

Thread Safety

Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

See Also

Log in to get a better experience