An NDoc Documented Class Library

WizardPage.CanProceed Method 

Determines if the Wizard can pass this page. This is called from WizardSheet.CanFinish() to see if all pages are satisfied.

public virtual bool CanProceed(
   bool showUI
);

Parameters

showUI
Boolean that indicates whether the WizardPage should show itself if the wizard cannot proceed.

Return Value

Boolean that indicates whether a page can proceed or not.

See Also

WizardPage Class | WizardPage Members | Genghis.Windows.Forms Namespace