C# Class KeyboardEditor.HelpAwareWizardPage

Inheritance: KeyboardEditor.WizardPage
Mostra file Open project: Invenietis/ck-certified

Private Properties

Property Type Description

Public Methods

Method Description
HelpAwareWizardPage ( IKeyboardEditorRoot root, WizardManager wizardManager, KeyboardEditor.WizardPage next, bool isLastStep, string title = "" ) : System.Windows.Input
HelpAwareWizardPage ( IKeyboardEditorRoot root, WizardManager wizardManager, KeyboardEditor.WizardPage next, string title = "" ) : System.Windows.Input
HelpAwareWizardPage ( IKeyboardEditorRoot root, WizardManager wizardManager, bool isLastStep, string title = "" ) : System.Windows.Input

Method Details

HelpAwareWizardPage() public method

public HelpAwareWizardPage ( IKeyboardEditorRoot root, WizardManager wizardManager, KeyboardEditor.WizardPage next, bool isLastStep, string title = "" ) : System.Windows.Input
root IKeyboardEditorRoot
wizardManager WizardManager
next KeyboardEditor.WizardPage
isLastStep bool
title string
return System.Windows.Input

HelpAwareWizardPage() public method

public HelpAwareWizardPage ( IKeyboardEditorRoot root, WizardManager wizardManager, KeyboardEditor.WizardPage next, string title = "" ) : System.Windows.Input
root IKeyboardEditorRoot
wizardManager WizardManager
next KeyboardEditor.WizardPage
title string
return System.Windows.Input

HelpAwareWizardPage() public method

public HelpAwareWizardPage ( IKeyboardEditorRoot root, WizardManager wizardManager, bool isLastStep, string title = "" ) : System.Windows.Input
root IKeyboardEditorRoot
wizardManager WizardManager
isLastStep bool
title string
return System.Windows.Input