Class Wizard97View
Represents a view element of RadWizard in Wizard97 mode.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class Wizard97View : WizardView, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
Wizard97View()
Creates a Wizard97View instance.
Declaration
public Wizard97View()
Wizard97View(RadWizardElement)
Creates a Wizard97View instance.
Declaration
public Wizard97View(RadWizardElement wizardElement)
Parameters
RadWizardElement
wizardElement
Owner of the element. |
Properties
BackButton
Gets the command area'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
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
|