Version

DesktopAlertPropertyIds Enumeration

Constants which uniquely identify the individual properties of the UltraDesktopAlert component.
Syntax
'Declaration
 
Public Enum DesktopAlertPropertyIds 
   Inherits System.Enum
public enum DesktopAlertPropertyIds : System.Enum 
Members
MemberDescription
AlertButtonAddedIndicates that an UltraDesktopAlertButton instance was added to the UltraDesktopAlert.AlertButtons collection.
AlertButtonRemovedIndicates that an UltraDesktopAlertButton instance was removed from the UltraDesktopAlert.AlertButtons collection.
AlertButtonsIndicates that the value of a property has changed on a member of the UltraDesktopAlert.AlertButtons collection.
AlertButtonsClearedIndicates that the UltraDesktopAlert.AlertButtons collection was cleared.
AllowMoveThe UltraDesktopAlert.AllowMove property.
AnimationScrollDirectionAutoCloseThe UltraDesktopAlert.AnimationScrollDirectionAutoClose property.
AnimationScrollDirectionShowThe UltraDesktopAlert.AnimationScrollDirectionShow property.
AnimationSpeedThe UltraDesktopAlert.AnimationSpeed property.
AnimationStyleAutoCloseThe UltraDesktopAlert.AnimationStyleAutoClose property.
AnimationStyleShowThe UltraDesktopAlert.AnimationStyleShow property.
AppearanceThe UltraDesktopAlert.Appearance and UltraDesktopAlertButton.Appearance properties.
AutoCloseThe UltraDesktopAlert.AutoClose property.
AutoCloseDelayThe UltraDesktopAlert.AutoCloseDelay property.
ButtonAppearanceThe UltraDesktopAlert.ButtonAppearance property.
ButtonHotTrackAppearanceThe UltraDesktopAlert.ButtonHotTrackAppearance property.
ButtonImageSizeThe UltraDesktopAlert.ButtonImageSize property.
ButtonPressedAppearanceThe UltraDesktopAlert.ButtonPressedAppearance property.
ButtonStyleThe UltraDesktopAlert.ButtonStyle property.
CaptionAppearanceThe UltraDesktopAlert.CaptionAppearance property.
CaptionAreaAppearanceThe UltraDesktopAlert.CaptionAreaAppearance property.
CaptionAreaImageSizeThe UltraDesktopAlert.CaptionAreaImageSize property.
CaptionHotTrackAppearanceThe UltraDesktopAlert.CaptionHotTrackAppearance property.
CloseButtonVisibleThe UltraDesktopAlert.CloseButtonVisible property.
DropDownButtonVisibleThe UltraDesktopAlert.DropDownButtonVisible property.
EnabledThe UltraDesktopAlertButton.Enabled property.
FixedSizeThe UltraDesktopAlert.FixedSize property.
FooterTextAppearanceThe UltraDesktopAlert.FooterTextAppearance property.
FooterTextHotTrackAppearanceThe UltraDesktopAlert.FooterTextHotTrackAppearance property.
GripAreaAppearanceThe UltraDesktopAlert.GripAreaAppearance property.
ImageSizeThe UltraDesktopAlert.ImageSize property.
MainImageAreaBorderColorThe UltraDesktopAlert.MainImageAreaBorderColor property.
MultipleWindowDisplayStyleThe UltraDesktopAlert.MultipleWindowDisplayStyle property.
OpacityThe UltraDesktopAlert.Opacity property.
StyleThe UltraDesktopAlert.Style property.
TextAppearanceThe UltraDesktopAlert.TextAppearance property.
TextHotTrackAppearanceThe UltraDesktopAlert.TextHotTrackAppearance property.
ToolTipTextThe UltraDesktopAlertButton.ToolTipText property.
TreatCaptionAsLinkThe UltraDesktopAlert.TreatCaptionAsLink property.
TreatFooterTextAsLinkThe UltraDesktopAlert.TreatFooterTextAsLink property.
TreatTextAsLinkThe UltraDesktopAlert.TreatTextAsLink property.
UndefinedRepresents an undefined state.
VisibleThe UltraDesktopAlertButton.Visible property.
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