Class WizardAeroView
Represents a view element of RadWizard in Wizard Aero mode.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class WizardAeroView : WizardView, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
WizardAeroView()
Creates a WizardAeroView instance.
Declaration
public WizardAeroView()
WizardAeroView(RadWizardElement)
Creates a WizardAeroView instance.
Declaration
public WizardAeroView(RadWizardElement wizardElement)
Parameters
RadWizardElement
wizardElement
Owner of the element. |
Properties
BackButton
Gets the top element's back button.
Declaration
public override RadButtonElement BackButton { get; }
Property Value
RadButtonElement
|
Overrides
CancelButton
Gets the command area's cancel button.
Declaration
public override WizardCommandAreaButtonElement CancelButton { get; }
Property Value
WizardCommandAreaButtonElement
|
Overrides
FinishButton
Gets the command area's finish button.
Declaration
public override WizardCommandAreaButtonElement FinishButton { get; }
Property Value
WizardCommandAreaButtonElement
|
Overrides
HelpButton
Gets the command area's help button.
Declaration
public override LightVisualElement HelpButton { get; }
Property Value
LightVisualElement
|
Overrides
NextButton
Gets the command area's next button.
Declaration
public override WizardCommandAreaButtonElement NextButton { get; }
Property Value
WizardCommandAreaButtonElement
|
Overrides
TopElement
Gets the top element of RadWizard in Wizard Aero mode.
Declaration
public WizardAeroTopElement TopElement { get; }
Property Value
WizardAeroTopElement
|
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
|