C# Класс KeyboardEditor.HelpAwareWizardPage

Наследование: KeyboardEditor.WizardPage
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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

Описание методов

HelpAwareWizardPage() публичный Метод

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
Результат System.Windows.Input

HelpAwareWizardPage() публичный Метод

public HelpAwareWizardPage ( IKeyboardEditorRoot root, WizardManager wizardManager, KeyboardEditor.WizardPage next, string title = "" ) : System.Windows.Input
root IKeyboardEditorRoot
wizardManager WizardManager
next KeyboardEditor.WizardPage
title string
Результат System.Windows.Input

HelpAwareWizardPage() публичный Метод

public HelpAwareWizardPage ( IKeyboardEditorRoot root, WizardManager wizardManager, bool isLastStep, string title = "" ) : System.Windows.Input
root IKeyboardEditorRoot
wizardManager WizardManager
isLastStep bool
title string
Результат System.Windows.Input