Class RadTaskDialogContentArea
A class that represents the content area of RadTaskDialogPage
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 RadTaskDialogCommandLinkButton collection.
Declaration
public RadItemOwnerGenericCollection<RadTaskDialogCommandLinkButton> Buttons { get; set; }
Property Value
RadItemOwnerGenericCollection<RadTaskDialogCommandLinkButton>
|
ButtonsPanel
Gets the stack layout panel that holds the command link buttons.
Declaration
public StackLayoutPanel ButtonsPanel { get; }
Property Value
StackLayoutPanel
|
DescriptionTextElement
Gets the description text element.
Declaration
public LightVisualElement DescriptionTextElement { get; }
Property Value
LightVisualElement
|
DescriptionTextPanel
Gets the stack layout panel that holds the description text element.
Declaration
public StackLayoutPanel DescriptionTextPanel { get; }
Property Value
StackLayoutPanel
|
MainLayoutPanel
Gets the main stack layout panel, which holds all other panels.
Declaration
public StackLayoutPanel MainLayoutPanel { get; }
Property Value
StackLayoutPanel
|
ProgressBar
Gets the RadTaskDialogProgressBar element.
Declaration
public RadTaskDialogProgressBar ProgressBar { get; set; }
Property Value
RadTaskDialogProgressBar
|
ProgressBarPanel
Gets the stack layout panel that holds the progress bar element.
Declaration
public StackLayoutPanel ProgressBarPanel { get; }
Property Value
StackLayoutPanel
|
RadioButtons
Gets the RadTaskDialogRadioButton collection.
Declaration
public RadItemOwnerGenericCollection<RadTaskDialogRadioButton> RadioButtons { get; set; }
Property Value
RadItemOwnerGenericCollection<RadTaskDialogRadioButton>
|
RadioButtonsPanel
Gets the stack layout panel that holds the radio buttons.
Declaration
public StackLayoutPanel RadioButtonsPanel { get; }
Property Value
StackLayoutPanel
|
TextElement
Gets the text element.
Declaration
public LightVisualElement TextElement { get; }
Property Value
LightVisualElement
|
TextPanel
Gets the stack layout panel that holds the text element.
Declaration
public StackLayoutPanel TextPanel { get; }
Property Value
StackLayoutPanel
|
Methods
CreateButtonsPanel()
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
CreateDescriptionTextElement()
Declaration
protected virtual RadTaskDialogDescription CreateDescriptionTextElement()
Returns
RadTaskDialogDescription
|
CreateDescriptionTextPanel()
Declaration
protected virtual StackLayoutPanel CreateDescriptionTextPanel()
Returns
StackLayoutPanel
|
CreateMainLayoutPanel()
CreateProgressBarPanel()
CreateRadioButtonsPanel()
CreateTaskDialogProgressBar()
Declaration
protected virtual RadTaskDialogProgressBar CreateTaskDialogProgressBar()
Returns
RadTaskDialogProgressBar
|
CreateTextElement()
CreateTextPanel()
InitializeFields()
Declaration
protected override void InitializeFields()