Class RadTaskDialogCommandLinkButton
A class that represents a command link button of Rad
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadTaskDialogCommandLinkButton : RadTaskDialogButton, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider, IRadTaskDialogControl, IRadTaskDialogPageFocusableElement
Constructors
RadTaskDialogCommandLinkButton()
Initializes a new instance of the Rad
Declaration
public RadTaskDialogCommandLinkButton()
RadTaskDialogCommandLinkButton(String, String, Boolean, Boolean)
Initializes a new instance of the Rad
Declaration
public RadTaskDialogCommandLinkButton(string text, string descriptionText = null, bool enabled = true, bool allowCloseDialog = true)
Parameters
System. The text of the button. |
System. The description text of the button. |
System. The enabled state of the button. |
System. Whether to close the dialog when the button is pressed. |
Properties
DescriptionText
Gets or sets the description text.
Declaration
public string DescriptionText { get; set; }
Property Value
System.
|
DescriptionTextElement
Gets the description text element.
Declaration
public LightVisualElement DescriptionTextElement { get; }
Property Value
ImageElement
Gets the image element.
Declaration
public LightVisualElement ImageElement { get; }
Property Value
MainStackPanel
Gets the main stack, which holds the Image
Declaration
public TaskDialogStackLayoutPanel MainStackPanel { get; }
Property Value
TextElement
Gets the text element.
Declaration
public LightVisualElement TextElement { get; }
Property Value
TextsStackPanel
Gets the stack with Text
Declaration
public StackLayoutPanel TextsStackPanel { get; }
Property Value
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
CreateDescriptionTextElement()
Declaration
protected virtual LightVisualElement CreateDescriptionTextElement()
Returns
CreateImageElement()
CreateMainStack()
Declaration
protected virtual TaskDialogStackLayoutPanel CreateMainStack()
Returns
CreateTextElement()
CreateTextsStack()
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)