ArcFM Solution Developer Guide
Style Property (WizardPage)


Gets or sets the style of the wizard page.
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
<System.ComponentModel.CategoryAttribute("Wizard")>
<System.ComponentModel.DescriptionAttribute("Gets or sets the style of the wizard page.")>
Public Property Style As WizardPageStyle
'Usage
 
Dim instance As WizardPage
Dim value As WizardPageStyle
 
instance.Style = value
 
value = instance.Style
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[System.ComponentModel.Category("Wizard")]
[System.ComponentModel.Description("Gets or sets the style of the wizard page.")]
public WizardPageStyle Style {get; set;}
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

WizardPage Class
WizardPage Members

 

 


Send Comment