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

Glossary Item Box

The following tables list the members exposed by IWizardHostService.

Public Properties

  Name Description
Property AllowUserToShowHideObjectBrowser  
Property AllowUserToShowHideWizardPages  
Property AllowUserToShowHideWizards  
Property AvalonWindowObject This property must be cast to a System.Windows.Window object, which is part of the .Net 3 (WPF) framework.  
Property CurrentWizard  
Property CustomLayoutData  
Property FinishButtonBehaviour  
Property Result  
Property ServiceProvider  
Property WindowHandle  
Top

Public Methods

  Name Description
Method AddWizard  
Method CancelWizard  
Method ChangeMouseCursorToWaiting  
Method Close  
Method DisableKeyPreview Calling this method disables the wizardhost from capturing certain key-press events like ESCAPE (which usually results in cancelling the wizard) or ENTER (which usually results in finishing the wizard)  
Method EnableKeyPreview Calling this method enables the wizardhost to capture certain key-press events like ESCAPE (which usually results in cancelling the wizard) or ENTER (which usually results in finishing the wizard). This is the default behaviour.  
Method FinishWizard  
Method GetObjectBrowserContext  
Method GetWizards  
Method GotoNextWizard  
Method GotoPreviousWizard  
Method GotoWizard Overloaded.   
Method HideK2Error  
Method HideObjectBrowser  
Method HideWizardPages  
Method HideWizards  
Method Initialize  
Method InsertWizard  
Method RemoveWizard  
Method ResetMouseCursor  
Method ShowK2Error Overloaded.   
Method ShowModalWindow Overloaded.   
Method ShowNextPage  
Method ShowObjectBrowser  
Method ShowPreviousPage  
Method ShowWizardPages  
Method ShowWizards  
Method UpdateObjectBrowserContext  
Top

See Also