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
NotificationText(string)
Constructor
Declaration
public NotificationText(string text)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text to show in the notification. |
Exceptions
Type | Condition |
---|---|
Argument |
Thrown if text is null. |
Properties
Text
Gets the text to show in the notification.
Declaration
public string Text { get; }
Property Value
Type | Description |
---|---|
string |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |