Class RadTaskDialogBottomLayout
A class that represents the bottom layout part of RadTaskDialogPage
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI.TaskDialog
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadTaskDialogBottomLayout : TaskDialogLightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
RadTaskDialogBottomLayout()
Initializes a new instance of the RadTaskDialogBottomLayout class.
Declaration
public RadTaskDialogBottomLayout()
Properties
CommandArea
Gets the command area, which holds the RadTaskDialogExpander, RadTaskDialogVerificationCheckBox and CommandAreaButtons.
Declaration
public RadTaskDialogCommandArea CommandArea { get; }
Property Value
RadTaskDialogCommandArea
|
Description
Gets the description element.
Declaration
public RadTaskDialogDescription Description { get; }
Property Value
RadTaskDialogDescription
|
DescriptionSeparator
Gets the description separator element.
Declaration
public SeparatorElement DescriptionSeparator { get; }
Property Value
SeparatorElement
|
ElementsStack
Gets the stack that holds and layouts all the elements.
Declaration
public StackLayoutPanel ElementsStack { get; }
Property Value
StackLayoutPanel
|
Footnote
Gets the footnote element.
Declaration
public RadTaskDialogFootnote Footnote { get; set; }
Property Value
RadTaskDialogFootnote
|
FootnoteSeparator
Gets the footnote separator element.
Declaration
public SeparatorElement FootnoteSeparator { get; }
Property Value
SeparatorElement
|
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
CreateCommandArea()
Declaration
protected virtual RadTaskDialogCommandArea CreateCommandArea()
Returns
RadTaskDialogCommandArea
|
CreateDescription()
Declaration
protected virtual RadTaskDialogDescription CreateDescription()
Returns
RadTaskDialogDescription
|
CreateDescriptionSeparator()
Declaration
protected virtual SeparatorElement CreateDescriptionSeparator()
Returns
SeparatorElement
|
CreateElementsStack()
CreateFootnote()
CreateFootnoteSeparator()
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
|
Returns
System.Drawing.SizeF
|