Class RadTaskDialogBottomLayout
A class that represents the bottom layout part of Rad
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 Rad
Declaration
public RadTaskDialogBottomLayout()
Properties
CommandArea
Gets the command area, which holds the Rad
Declaration
public RadTaskDialogCommandArea CommandArea { get; }
Property Value
Description
Gets the description element.
Declaration
public RadTaskDialogDescription Description { get; }
Property Value
DescriptionSeparator
Gets the description separator element.
Declaration
public SeparatorElement DescriptionSeparator { get; }
Property Value
ElementsStack
Gets the stack that holds and layouts all the elements.
Declaration
public StackLayoutPanel ElementsStack { get; }
Property Value
Footnote
Gets the footnote element.
Declaration
public RadTaskDialogFootnote Footnote { get; set; }
Property Value
FootnoteSeparator
Gets the footnote separator element.
Declaration
public SeparatorElement FootnoteSeparator { get; }
Property Value
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
CreateCommandArea()
Declaration
protected virtual RadTaskDialogCommandArea CreateCommandArea()
Returns
CreateDescription()
Declaration
protected virtual RadTaskDialogDescription CreateDescription()
Returns
CreateDescriptionSeparator()
Declaration
protected virtual SeparatorElement CreateDescriptionSeparator()
Returns
CreateElementsStack()
CreateFootnote()
CreateFootnoteSeparator()
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.
|
Returns
System.
|