Notification.AlternateButtonTitle Property

NotificationAlternateButtonTitle Property

The localized title of the Alternate button.

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

Property Value

Type: String
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if the calling assembly cannot modify this instance
Remarks
Notifications can 1 to 3 buttons for user input. Each button can have a localized title. With the exception of the Cancel button, setting a button title to null (the default) will prevent that button from appearing in the interface. Note that in order for buttons other than the Cancel button to be displayed, you must set a ButtonClicked Action.
Version Information

Rhino for Windows

Supported in: 6.14
See Also