New to Telerik UI for WinFormsStart a free 30-day trial

Properties

Updated over 6 months ago
PropertyDescription
RightToLeftGets or sets a value indicating whether control's elements are aligned to support locales using right-to-left fonts.
PlaySoundGets or sets a Boolean value determining whether a sound is played when the alert's pop up is shown.
SoundToPlayGets or sets the sound played when the alert's pop up is shown.
OpacityGets or sets the initial opacity of the alert's pop up.
ShowOptionsButtonGets or sets a Boolean value determining whether the options button is shown.
ShowPinButtonGets or sets a Boolean value determining whether the pin button is shown.
ShowCloseButtonGets or sets a Boolean value determining whether the close button is shown.
IsPinnedGets or sets a Boolean value determining whether the alert's pop up will be pinned on the screen. If pinned, the alert's pop up will not be automatically closed upon mouse click outside its bounds or if the AutoClose property is set to true.
CanMoveGets or sets a Boolean value determining whether the pop up can be moved by dragging the caption grip.
PopupAnimationGets or sets a Boolean value determining whether the alert's pop up will be animated.
PopupAnimationDirectionGets or sets a value determining the direction of the alert's pop up animation.
PopupAnimationFramesGets or sets the count of the alert's drop-down animation frames.
PopupAnimationEasingGets or sets the type of the drop-down animation easing.
FadeAnimationTypeGets or sets a value from the FadeAnimationType enumerator that determines the type of fade animation performed when the alert's pop up is opened/closed
FadeAnimationSpeedGets or sets the interval in milliseconds between two animation frames.
FadeAnimationFramesGets or sets the count of animation frames for the fade animation.
AutoCloseGets or sets a Boolean value determining whether the alert's pop up is automatically closed.
AutoCloseDelayGets or sets the amount of time in seconds after which the alert will be automatically closed.
ScreenPositionGets or sets the position of the alert pop up on the working area of the active screen.
FixedSizeGets or sets the fixed size for the alert's pop up. If the value is Size.Empty, the size of the pop up is dynamically adjusted according to its content.
ContentImageGets or sets the content image of the alert.
ContentTextGets or sets the alert's content text. This text can be HTML formatted for better appearance.
CaptionTextGets or sets the alert's caption text.
ButtonItemsGets the collection that holds the button items added to the alert.
OptionItemsGets the collection that holds the option items added to the alert's options button.
PopupGets an instance of the DesktopAlertPopup that represents the pop up of the desktop alert.

Since R1 2017 RadDesktopAlert supports auto sizing. Hence, if the AutoSize property is set to true and the alert's content requires more space, RadDesktopAlert will be automatically resized to fit the text.

WinForms RadDesktopAlert Properties Methods Events

Methods

MethodDescription
ShowDisplays the alert pop up on the screen at the specified location.
HideHides the alert pop up from the screen.
ResetLocationModifierResets the explicit location modifier. In other words, if the user has modified the location of the alert's pop up, the DesktopAlertManager will not consider it when rearranging the visible alerts. This method will reset the explicit location modifier and thus the DesktopAlertManager will continue managing the location of the alert according to its location settings.

Events

EventDescription
OpeningFires when the alert's pop up is about to be opened. The opening action can be canceled by modifying the arguments of this event.
OpenedFires when the alert's pop up was opened.
ClosingFires when the alert's pop up is about to be closed. The closing action can be canceled by modifying the arguments of this event.
ClosedFires when the alert's pop up was closed.

See Also

Not finding the help you need?
Contact Support