AVEVA CAF API Documenation
Members 

WizardPage Class
Represents a wizard page control with basic layout functionality.
Object Model
WizardPage ClassWizard Class
Syntax
[DefaultEvent("Click")]
[Designer(Aveva.ApplicationFramework.Presentation.WizardPage/WizardPageDesigner)]
[DefaultProperty("BorderStyle")]
[Docking(DockingBehavior.Ask)]
[SRDescription("DescriptionPanel")]
[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")]
[DesignerCategory("Component")]
public class WizardPage : System.Windows.Forms.Panel 
[DefaultEvent("Click")]
[Designer(Aveva.ApplicationFramework.Presentation.WizardPage/WizardPageDesigner)]
[DefaultProperty("BorderStyle")]
[Docking(DockingBehavior.Ask)]
[SRDescription("DescriptionPanel")]
[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")]
[DesignerCategory("Component")]
public ref class WizardPage : public System.Windows.Forms.Panel 
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.ScrollableControl
               System.Windows.Forms.Panel
                  Aveva.ApplicationFramework.Presentation.WizardPage

Requirements

Target Platforms: Windows Server 2019 (64 bit), Windows Server 2016 R2 (64 bit), Windows 10 (64 bit)

See Also