Class WizardCommandArea
Represents a command area of RadWizard.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class WizardCommandArea : BaseWizardElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
WizardCommandArea()
Creates a WizardCommandArea instance.
Declaration
public WizardCommandArea()
WizardCommandArea(RadWizardElement)
Creates a WizardCommandArea element.
Declaration
public WizardCommandArea(RadWizardElement wizardElement)
Parameters
RadWizardElement
wizardElement
Owner of the element. |
Properties
CancelButton
Gets the CommandArea Cancel button element.
Declaration
public WizardCommandAreaButtonElement CancelButton { get; }
Property Value
WizardCommandAreaButtonElement
|
CommandElements
Gets the CommandArea elements.
Declaration
public ObservableCollection<RadElement> CommandElements { get; }
Property Value
ObservableCollection<RadElement>
|
FinishButton
Gets the CommandArea Finish button element.
Declaration
public WizardCommandAreaButtonElement FinishButton { get; }
Property Value
WizardCommandAreaButtonElement
|
HelpButton
Gets the CommandArea Help button element.
Declaration
public LightVisualElement HelpButton { get; }
Property Value
LightVisualElement
|
NextButton
Gets the CommandArea Next button element.
Declaration
public WizardCommandAreaButtonElement NextButton { get; }
Property Value
WizardCommandAreaButtonElement
|
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
DisposeManagedResources()
Declaration
protected override void DisposeManagedResources()
Overrides
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
|
Returns
System.Drawing.SizeF
|