Class WizardAeroTopElement
Represents a top element of RadWizard in Aero mode.
Inheritance
System.Object
WizardAeroTopElement
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class WizardAeroTopElement : BaseWizardElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
WizardAeroTopElement()
Creates a WizardAeroTopElement instance.
Declaration
public WizardAeroTopElement()
WizardAeroTopElement(RadWizardElement)
Creates a WizardAeroTopElement.
Declaration
public WizardAeroTopElement(RadWizardElement wizardElement)
Parameters
RadWizardElement
wizardElement
Owner of the element. |
Properties
BackButton
Gets the AeroTopElement Back button element.
Declaration
public WizardAeroButtonElement BackButton { get; }
Property Value
WizardAeroButtonElement
|
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
|