Class AlertWindowTextAndSystemButtonsElement
This element represents the text and system buttons part of a RadDesktopAlertcomponent.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class AlertWindowTextAndSystemButtonsElement : LightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
AlertWindowTextAndSystemButtonsElement()
Declaration
public AlertWindowTextAndSystemButtonsElement()
Properties
ButtonsLayoutPanel
Gets an instance of the StackLayoutPanelthat represents the layout panel which holds the alert window's caption buttons.
Declaration
public StackLayoutPanel ButtonsLayoutPanel { get; }
Property Value
StackLayoutPanel
|
CloseButton
Gets an instance of the RadButtonElementclass that represents the close button of a RadDesktopAlertcomponent.
Declaration
public RadButtonElement CloseButton { get; }
Property Value
RadButtonElement
|
MainLayoutPanel
Gets an instance of the StackLayoutPanelthat represents the layout panel which holds the alert window's text and system buttons elements.
Declaration
public DockLayoutPanel MainLayoutPanel { get; }
Property Value
DockLayoutPanel
|
OptionsButton
Gets an instance of the RadImageButtonElementclass that represents the options button of a RadDesktopAlertcomponent.
Declaration
public RadDropDownButtonElement OptionsButton { get; }
Property Value
RadDropDownButtonElement
|
PinButton
Gets an instance of the RadToggleButtonElementclass that represents the pin button of a RadDesktopAlertcomponent.
Declaration
public RadToggleButtonElement PinButton { get; }
Property Value
RadToggleButtonElement
|
TextElement
Gets an instance of the TextPrimitiveclass that represents the text of theRadDesktopAlert text caption.
Declaration
public TextPrimitive TextElement { get; }
Property Value
TextPrimitive
|
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
RadPropertyChangedEventArgs
e
|