Notification.Title Property

NotificationTitle Property

The title of the notification. The title is displayed when the notification is displayed modally in Rhino.

Namespace:  Rhino.Runtime.Notifications
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public string Title { get; set; }
Public Property Title As String
	Get
	Set

Property Value

Type: String
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if the calling assembly cannot modify this instance
See Also