VeriStand .NET API Reference

MessageBoxStep.Title Property

Gets or sets the title that appears in the title bar of the pop-up dialog box.

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 Title As String
C#
public string Title { get; set; }
Visual C++
public:
property String^ Title {
	String^ get ();
	void set (String^ value);
}

Property Value

The dialog box title.

See Also

Log in to get a better experience