Class RadTaskDialogCommandArea
A class that represents the command area of RadTaskDialogPage
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI.TaskDialog
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadTaskDialogCommandArea : LightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
RadTaskDialogCommandArea()
Declaration
public RadTaskDialogCommandArea()
Properties
Buttons
Gets the command buttons collection.
Declaration
public RadItemOwnerGenericCollection<RadTaskDialogButton> Buttons { get; set; }
Property Value
RadItemOwnerGenericCollection<RadTaskDialogButton>
|
CommandButtonsPanel
Gets the wrap panel that holds the command buttons.
Declaration
public WrapLayoutPanel CommandButtonsPanel { get; }
Property Value
WrapLayoutPanel
|
Expander
Gets the expander element.
Declaration
public RadTaskDialogExpander Expander { get; set; }
Property Value
RadTaskDialogExpander
|
LeftStack
Gets the left stack that holds the expander button and the verification checkbox.
Declaration
public StackLayoutPanel LeftStack { get; }
Property Value
StackLayoutPanel
|
Verification
Gets the verification checkbox element.
Declaration
public RadTaskDialogVerificationCheckBox Verification { get; set; }
Property Value
RadTaskDialogVerificationCheckBox
|
Methods
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System.Drawing.SizeF
finalSize
|
Returns
System.Drawing.SizeF
|
Overrides
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
CreateCommandButtonsPanel()
CreateLeftStack()
CreateVerificationCheckbox()
Declaration
protected virtual RadTaskDialogVerificationCheckBox CreateVerificationCheckbox()
Returns
RadTaskDialogVerificationCheckBox
|
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
|
Overrides
ShouldArrangeChild(RadElement)
Declaration
protected override bool ShouldArrangeChild(RadElement child)
Parameters
RadElement
child
|
Returns
System.Boolean
|
Overrides
ShouldMeasureChild(RadElement)
Declaration
protected override bool ShouldMeasureChild(RadElement child)
Parameters
RadElement
child
|
Returns
System.Boolean
|