ArcFM Solution Developer Guide
Pages Property


Gets the collection of wizard pages in this tab control.
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Wizard")>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
<System.ComponentModel.DescriptionAttribute("Gets the collection of wizard pages in this tab control.")>
Public ReadOnly Property Pages As WizardPagesCollection
'Usage
 
Dim instance As Wizard
Dim value As WizardPagesCollection
 
value = instance.Pages
[System.ComponentModel.Category("Wizard")]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
[System.ComponentModel.Description("Gets the collection of wizard pages in this tab control.")]
public WizardPagesCollection Pages {get;}
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

Wizard Class
Wizard Members

 

 


Send Comment