Class RadTaskDialogContentArea
A class that represents the content area of Rad
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI.TaskDialog
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadTaskDialogContentArea : LightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
RadTaskDialogContentArea()
Declaration
public RadTaskDialogContentArea()
Properties
Buttons
Gets the Rad
Declaration
public RadItemOwnerGenericCollection<RadTaskDialogCommandLinkButton> Buttons { get; set; }
Property Value
ButtonsPanel
Gets the stack layout panel that holds the command link buttons.
Declaration
public StackLayoutPanel ButtonsPanel { get; }
Property Value
DescriptionTextElement
Gets the description text element.
Declaration
public LightVisualElement DescriptionTextElement { get; }
Property Value
DescriptionTextPanel
Gets the stack layout panel that holds the description text element.
Declaration
public StackLayoutPanel DescriptionTextPanel { get; }
Property Value
MainLayoutPanel
Gets the main stack layout panel, which holds all other panels.
Declaration
public StackLayoutPanel MainLayoutPanel { get; }
Property Value
ProgressBar
Gets the Rad
Declaration
public RadTaskDialogProgressBar ProgressBar { get; set; }
Property Value
ProgressBarPanel
Gets the stack layout panel that holds the progress bar element.
Declaration
public StackLayoutPanel ProgressBarPanel { get; }
Property Value
RadioButtons
Gets the Rad
Declaration
public RadItemOwnerGenericCollection<RadTaskDialogRadioButton> RadioButtons { get; set; }
Property Value
RadioButtonsPanel
Gets the stack layout panel that holds the radio buttons.
Declaration
public StackLayoutPanel RadioButtonsPanel { get; }
Property Value
TextElement
Gets the text element.
Declaration
public LightVisualElement TextElement { get; }
Property Value
TextPanel
Gets the stack layout panel that holds the text element.
Declaration
public StackLayoutPanel TextPanel { get; }
Property Value
Methods
CreateButtonsPanel()
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
CreateDescriptionTextElement()
Declaration
protected virtual RadTaskDialogDescription CreateDescriptionTextElement()
Returns
CreateDescriptionTextPanel()
Declaration
protected virtual StackLayoutPanel CreateDescriptionTextPanel()
Returns
CreateMainLayoutPanel()
CreateProgressBarPanel()
CreateRadioButtonsPanel()
CreateTaskDialogProgressBar()
Declaration
protected virtual RadTaskDialogProgressBar CreateTaskDialogProgressBar()
Returns
CreateTextElement()
CreateTextPanel()
InitializeFields()
Declaration
protected override void InitializeFields()