Wizard Class
Represents an extentable wizard control with basic page navigation functionality.
Object Model
Syntax
[Designer(Aveva.ApplicationFramework.Presentation.Wizard/WizardDesigner)] [DesignerCategory("UserControl")] [DefaultEvent("Load")] [DefaultProperty("Text")] [DesignerSerializer("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [ToolboxItemFilter("System.Windows.Forms")] public class Wizard : System.Windows.Forms.UserControl
[Designer(Aveva.ApplicationFramework.Presentation.Wizard/WizardDesigner)] [DesignerCategory("UserControl")] [DefaultEvent("Load")] [DefaultProperty("Text")] [DesignerSerializer("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [ToolboxItemFilter("System.Windows.Forms")] public ref class Wizard : public System.Windows.Forms.UserControl
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ScrollableControl
System.Windows.Forms.ContainerControl
System.Windows.Forms.UserControl
Aveva.ApplicationFramework.Presentation.Wizard
Requirements
Target Platforms: Windows Server 2019 (64 bit), Windows Server 2016 R2 (64 bit), Windows 10 (64 bit)
See Also