Version

MultipleWindowDisplayStyle Enumeration

Specifies whether more than one desktop alert can be displayed, and whether multiple alerts are tiled or allowed to overlap.
Syntax
'Declaration
 
Public Enum MultipleWindowDisplayStyle 
   Inherits System.Enum
public enum MultipleWindowDisplayStyle : System.Enum 
Members
MemberDescription
DefaultThe actual value is determined by the component, based on the value of the UltraDesktopAlert.Style property.
NoneOnly one desktop alert window can be displayed at any given time; when the UltraDesktopAlert.Show method is called, any currently open desktop alerts are closed before proceeding.
OverlappedMultiple desktop alert windows can be displayed, but their screen locations are not negotiated to prevent overlapping. If, for example, two desktop alerts are displayed with the same value for the UltraDesktopAlertShowWindowInfo.ScreenPosition property, the last one displayed will appear in front of the first one.
TiledMultiple desktop alert windows can be displayed, and are tiled so that no two desktop alerts overlap.
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