AllowWizardHostKeyPreview Property
See Also 
SourceCode.Framework Namespace > IPropertyWizard Interface : AllowWizardHostKeyPreview Property



Glossary Item Box

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.

Syntax

Visual Basic (Declaration) 
ReadOnly Property AllowWizardHostKeyPreview As Boolean
Visual Basic (Usage)Copy Code
Dim instance As IPropertyWizard
Dim value As Boolean
 
value = instance.AllowWizardHostKeyPreview
C# 
bool AllowWizardHostKeyPreview {get;}
C++/CLI 
property bool AllowWizardHostKeyPreview {
   bool get();
}

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also