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)
Since: 6.0
Syntax
Exceptions
RemarksIf 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.
            
See Also