| Name | Description |
 | AnimationSpeed | Specifies the rate of animation effect. The internal animation timer interval is set to
the value equal to AnimationSpeed / 10. The default value is 30. |
 | AnimationType | Specifies the animation type, which can be fade, slide, unfold, or appearance without animation. |
 | AutoCloseTime | Gets or sets the time out, which tells how long the desktop alert window is displayed on the screen if the user does not takes any actions. When the animation has been completed, the library starts a timer and if you user does not touch the window within the specified amount of time, the desktop alert window is automatically hidden. This happens only if CanAutoClose property is set to true. |
 | CanAutoClose | Gets or sets the value specifying whether the desktop alert control can be closed after some time if the user hasn't taken any actions on the window. |
 | Caption | Specifies the text displayed on the desktop alert window caption. This property does not have any effect if HasSmallCaption property is true. |
 | Container | (Inherited from System.ComponentModel.Component) |
 | CurrentIcon | Gets or sets the image that will be displayed within a designated area of the desktop alert window. The image is stretched if its size exceeds200 x 200 pixel. |
 | CurrentVisualManager | A reference to Visual Manager, which controls look of the desktop alert window. |
 | DesktopAlertWindow | A desktop alert window, which is controlled by this component. |
 | EmbeddedControl | Specifies the control associated with the popup window. The specified control covers the whole surface of the popup window except the caption area and margin. This control is a Panel with a custom set of controls. If a reference to EmbeddedControl is set to null, the standard popup window will be displayed. It will contain an image, text and a link. |
 | HasCaptionButton | Specifies whether the desktop alert window contains a special caption button, which displays a popup menu referenced by PopupAlertMenu property.
The caption button is not displayed if PopupAlertMenu value is null. |
 | HasCloseButton | Specifies whether the desktop alert window displays a close button on the caption. |
 | HasSmallCaption | Specifies whether the desktop alert window has small caption. The default height of small caption is 7 pixel. |
 | HeaderIcon | Specifies the icon that is displayed on the caption of desktop alert window. The icon is not displayed if HasSmallCaption property is true. |
 | IsAlertControlVisible | |
 | IsAutoClose | |
 | LinkText | Specifies the text of link. |
 | Message | Specifes the text of message. |
 | PopupAlertMenu | A reference to context menu displayed when the user clicks the caption menu button. |
 | Site | (Inherited from System.ComponentModel.Component) |
 | Transparency | Gets or sets the transparency level of the popup window and its controls. Its value varies from 0 (transparent) through 100 (opaque). The default is 100.
When this property is set to a value less than 100 percent the entire popup window, including borders and its embedded control, becomes transparent. |
 | TransparentColor | Transparent color of CurrentIcon. Can be ignored if the icon is represented by transparent image. |
 | TransparentHeaderColor | Transparent color of HeaderIcon. |
 | URL | URL assigned to link. |