Returns the collection of Pages in the wizard
Namespace: Gui.WizardAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public PageCollection Pages { get; }
Public ReadOnly Property Pages As PageCollection
Get
public:
property PageCollection^ Pages {
PageCollection^ get ();
}
member Pages : PageCollection with get
Property Value
Type:
PageCollectionSee Also