Show / Hide Table of Contents

Class NotificationText

A text item in a Notification.

Inheritance
object
NotificationItem
NotificationText
Namespace: ABB.Robotics.RobotStudio.Environment
Assembly: ABB.Robotics.RobotStudio.Environment.dll
Syntax
public sealed class NotificationText : NotificationItem

Constructors

View Source

NotificationText(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 Source

Text

Gets the text to show in the notification.

Declaration
public string Text { get; }
Property Value
Type Description
string

Methods

View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()
  • View Source
In this article
Back to top Copyright © 2025 ABB