IPropertyWizard Interface Members
See Also  Properties Methods Events
SourceCode.Framework Namespace : IPropertyWizard Interface

Glossary Item Box

The following tables list the members exposed by IPropertyWizard.

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.  
Property CurrentPage  
Property Definition  
Property Enabled  
Property Pages  
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.  
Property WizardMode  
Top

Public Methods

Public Events

  Name Description
Event EnabledChanged  
Event WizardModeChanged  
Top

See Also