Version

DesktopAlertCloseReason Enumeration

Constants which identify the reason for which a desktop alert window was closed.
Syntax
'Declaration
 
Public Enum DesktopAlertCloseReason 
   Inherits System.Enum
public enum DesktopAlertCloseReason : System.Enum 
Members
MemberDescription
AlertButtonClickedAn alert button was clicked by the end user.
AutoCloseTimerElapsedThe desktop alert window remained open for the amount of time specified by the UltraDesktopAlert.AutoCloseDelay property.
CloseButtonClickedThe close button was clicked by the end user.
DisposedThe UltraDesktopAlert component has been disposed.
LinkClickedA link was clicked by the end user.
ProgrammaticThe UltraDesktopAlert.Close or UltraDesktopAlert.CloseAll method was called.
UndefinedRepresents an undefined state.
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