Notification.HideModal Method

NotificationHideModal Method

Tells Rhino to hide the notification if it is being currently shown as a modal.

Namespace:  Rhino.Runtime.Notifications
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void HideModal()
Public Sub HideModal
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if the calling assembly cannot modify this instance
Remarks
If the notification is not being currently shown but is being queued by Rhino as a result of calling ShowModal, then the notification will be dequeued. If the notification was never queued, then this method has no effect.
Version Information

Rhino for Windows

Supported in: 6.14
See Also