IWizard Interface Members
See Also  Properties Methods 
SourceCode.Framework Namespace : IWizard Interface

Glossary Item Box

The following tables list the members exposed by IWizard.

Public Properties

  Name Description
Property AllowWizardHostKeyPreview This property returns true by default, which means that the wizardhost is allowed to capture key-press events (like ENTER and ESCAPE) and process navigation accordingly. (Inherited from SourceCode.Framework.IPropertyWizard)
Property CurrentPage (Inherited from SourceCode.Framework.IPropertyWizard)
Property Definition  
Property Enabled (Inherited from SourceCode.Framework.IPropertyWizard)
Property Pages (Inherited from SourceCode.Framework.IPropertyWizard)
Property PropertyWizards  
Property StartupPage This property gets or sets the page with which the wizardhost should open. The default value is NULL, which indicates that the host should open with the first visible and enabled page in the wizard's PAGES collection. (Inherited from SourceCode.Framework.IPropertyWizard)
Property Status  
Property WizardMode (Inherited from SourceCode.Framework.IPropertyWizard)
Top

Public Methods

See Also