C# Класс NLogViewer.UI.WizardForm

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
wizardButtonBack System.Windows.Forms.Button
wizardButtonCancel System.Windows.Forms.Button
wizardButtonFinish System.Windows.Forms.Button
wizardButtonNext System.Windows.Forms.Button

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

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

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

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

wizardButtonBack защищенное свойство

protected System.Windows.Forms.Button wizardButtonBack
Результат System.Windows.Forms.Button

wizardButtonCancel защищенное свойство

protected System.Windows.Forms.Button wizardButtonCancel
Результат System.Windows.Forms.Button

wizardButtonFinish защищенное свойство

protected System.Windows.Forms.Button wizardButtonFinish
Результат System.Windows.Forms.Button

wizardButtonNext защищенное свойство

protected System.Windows.Forms.Button wizardButtonNext
Результат System.Windows.Forms.Button