VeriStand .NET API Reference

MessageBoxStep.DefaultText Property

Gets or sets the default text that appears in the pop-up dialog box in a text box beneath the 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 Property DefaultText As String
C#
public string DefaultText { get; set; }
Visual C++
public:
property String^ DefaultText {
	String^ get ();
	void set (String^ value);
}

Property Value

The default text.

See Also

Log in to get a better experience