Class RadDesktopAlertElement
This class represents the main element of a Rad
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadDesktopAlertElement : LightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
RadDesktopAlertElement()
Declaration
public RadDesktopAlertElement()
Fields
CaptionTextProperty
ContentImageProperty
ContentTextProperty
Properties
AutoSizeHeight
Gets or sets a value indicating whether the control is automatically resized by Height to display its entire contents.
Declaration
public bool AutoSizeHeight { get; set; }
Property Value
System.
|
ButtonsPanel
Gets an instance of the Alert
Declaration
public AlertWindowButtonsPanel ButtonsPanel { get; }
Property Value
CaptionElement
Gets an instance of the Alert
Declaration
public AlertWindowCaptionElement CaptionElement { get; }
Property Value
CaptionText
Gets or sets the text of the Rad
Declaration
public string CaptionText { get; set; }
Property Value
System.
|
ContentElement
Gets an instance of the Alert
Declaration
public AlertWindowContentElement ContentElement { get; }
Property Value
ContentImage
Gets or sets an instance of the System.
Declaration
public Image ContentImage { get; set; }
Property Value
System.
|
ContentText
Gets or sets the content text of the Rad
Declaration
public string ContentText { get; set; }
Property Value
System.
|
ShowCloseButton
Gets or sets a boolean value determining whether the close button is shown.
Declaration
public bool ShowCloseButton { get; set; }
Property Value
System.
|
ShowOptionsButton
Gets or sets a boolean value determining whether the options button is shown.
Declaration
public bool ShowOptionsButton { get; set; }
Property Value
System.
|
ShowPinButton
Gets or sets a boolean value determining whether the pin button is shown.
Declaration
public bool ShowPinButton { get; set; }
Property Value
System.
|
Methods
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System.
|
Returns
System.
|
Overrides
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.
|
Returns
System.
|
Overrides
OnNotifyPropertyChanged(String)
Declaration
protected override void OnNotifyPropertyChanged(string propertyName)
Parameters
System.
|