IK2FieldPartWizard Interface Members
See Also  Properties Methods 
SourceCode.Workflow.Authoring Namespace : IK2FieldPartWizard Interface

Glossary Item Box

The following tables list the members exposed by IK2FieldPartWizard.

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 (Inherited from SourceCode.Framework.IWizard)
Property Enabled (Inherited from SourceCode.Framework.IPropertyWizard)
Property FieldPart  
Property Pages (Inherited from SourceCode.Framework.IPropertyWizard)
Property PropertyWizards (Inherited from SourceCode.Framework.IWizard)
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 (Inherited from SourceCode.Framework.IWizard)
Property WizardMode (Inherited from SourceCode.Framework.IPropertyWizard)
Top

Public Methods

See Also