ZForge.Controls.Wizard.PageCollection.Remove C# (CSharp) 메소드

Remove() 공개 메소드

Removes the given page from the collection
public Remove ( WizardPage value ) : void
value WizardPage Page to remove
리턴 void
        public void Remove( WizardPage value )
        {
            //Remove the item
            List.Remove( value );
        }