Version

Close(UltraDesktopAlertWindowInfo) Method

Closes the desktop alert window associated with the specified UltraDesktopAlertWindowInfo instance.
Syntax
'Declaration
 
Public Overloads Sub Close( _
   ByVal windowInfo As UltraDesktopAlertWindowInfo _
) 
public void Close( 
   UltraDesktopAlertWindowInfo windowInfo
)

Parameters

windowInfo
The UltraDesktopAlertWindowInfo instance, returned from the Show(UltraDesktopAlertShowWindowInfo) method, which identifies the desktop alert window that is to be closed.

Return Value

An UltraDesktopAlertWindowInfo instance which contains information about the desktop alert window.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionThrown when the windowInfo parameter is null.
System.ExceptionThrown when the specified UltraDesktopAlertWindowInfo instance is not currently open.
Remarks

Note: The specified UltraDesktopAlertWindowInfo must be currently open, or an exception is thrown. To determine whether an UltraDesktopAlertWindowInfo instance is currently open, use the IsOpen(UltraDesktopAlertWindowInfo) method.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also