WizardPageStyle Enumeration
Represents possible styles of a wizard page.
Syntax
public enum WizardPageStyle : System.Enum
public enum class WizardPageStyle : public System.Enum
Members
Member | Description |
---|---|
Custom | Represents a blank wizard page. |
Finish | Represents a finish wizard page with white background, a large logo on the left and OK button. |
Standard | Represents a standard interior wizard page with a white banner at the top. |
Welcome | Represents a welcome wizard page with white background and large logo on the left. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Aveva.ApplicationFramework.Presentation.WizardPageStyle
Requirements
Target Platforms: Windows Server 2019 (64 bit), Windows Server 2016 R2 (64 bit), Windows 10 (64 bit)
See Also