ZForge.Controls.Wizard.PageCollection.Add C# (CSharp) Méthode

Add() public méthode

Adds a WizardPage into the Collection
public Add ( WizardPage value ) : int
value WizardPage The page to add
Résultat int
        public int Add(WizardPage value )
        {
            int result = List.Add( value );
            return result;
        }