Class NotificationText
A text item in a Notification.
Namespace: ABB.Robotics.RobotStudio.Environment
Assembly: ABB.Robotics.RobotStudio.Environment.dll
Syntax
public sealed class NotificationText : NotificationItem
Constructors
View SourceNotificationText(string)
Constructor
Declaration
public NotificationText(string text)
Parameters
| Type | Name | Description |
|---|---|---|
| string | text | Text to show in the notification. |
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException | Thrown if text is null. |
Properties
View SourceText
Gets the text to show in the notification.
Declaration
public string Text { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
View SourceToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string |