'Declaration Public Enum MultipleWindowDisplayStyle Inherits System.Enum
public enum MultipleWindowDisplayStyle : System.Enum
Member | Description |
---|---|
Default | The actual value is determined by the component, based on the value of the UltraDesktopAlert.Style property. |
None | Only 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. |
Overlapped | Multiple 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. |
Tiled | Multiple desktop alert windows can be displayed, and are tiled so that no two desktop alerts overlap. |
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