MessageBoxStep.Title Property
- Updated2023-02-21
- 2 minute(s) read
Gets or sets the title that appears in the title bar of the pop-up dialog box.
Namespace:
NationalInstruments.VeriStand.StimulusProfileDefinitionApiAssembly: 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); } |