Class AlertWindowCaptionElement
This class represents the caption of a RadDesktopAlert. It contains caption grip which is used to move the alert window, close button and options drop-down button.
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class AlertWindowCaptionElement : RadElement, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode
Constructors
AlertWindowCaptionElement()
Declaration
public AlertWindowCaptionElement()
Properties
CaptionGrip
Gets an instance of the AlertWindowCaptionGripclass that represents the part of a RadDesktopAlertthat can be used to move the component on the screen.
Declaration
public AlertWindowCaptionGrip CaptionGrip { get; }
Property Value
AlertWindowCaptionGrip
|
TextAndButtonsElement
Gets an instance of the AlertWindowTextAndSystemButtonsElementclass that represents the part of a RadDesktopAlertthat contains the text and the system buttons.
Declaration
public AlertWindowTextAndSystemButtonsElement TextAndButtonsElement { get; }
Property Value
AlertWindowTextAndSystemButtonsElement
|
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()