C# Класс Nexus.Client.Games.Starbound.SetupForm

This is the setup form for the Starbound game mode.
Наследование: Nexus.Client.UI.ManagedFontForm, IView
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
wizSetup_Cancelled void
wizSetup_Finished void
wizSetup_SelectedTabPageChanged void

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

Метод Описание
SetupForm ( StarboundSetupVM p_vmlViewModel ) : System

A simple constructor that initializes the object with the given values.

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

Метод Описание
ApplyTheme ( System.Windows.Forms.Theme p_thmTheme ) : void

Applies the given theme to the form.

SetupForm ( ) : System

The default constructor.

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

Метод Описание
wizSetup_Cancelled ( object sender, EventArgs e ) : void

Handles the WizardControl.Cancelled event of the wizard control.

This cancels the wizard.

wizSetup_Finished ( object sender, EventArgs e ) : void

Handles the WizardControl.Finished event of the wizard control.

This finishes the wizard and persists the selected values.

wizSetup_SelectedTabPageChanged ( object sender, VerticalTabControl e ) : void

Handles the VerticalTabControl.SelectedTabPageChanged event of the wizard control.

This validates each page as it is navigated away from.

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

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

Applies the given theme to the form.
protected ApplyTheme ( System.Windows.Forms.Theme p_thmTheme ) : void
p_thmTheme System.Windows.Forms.Theme The theme to apply.
Результат void

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

The default constructor.
protected SetupForm ( ) : System
Результат System

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

A simple constructor that initializes the object with the given values.
public SetupForm ( StarboundSetupVM p_vmlViewModel ) : System
p_vmlViewModel StarboundSetupVM The view model that provides the data and operations for this view.
Результат System