C# Класс Nexus.Client.ModManagement.Scripting.XmlScript.UI.OptionsForm

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
OptionsForm ( XmlScript p_xcsScript, HeaderInfo p_hifHeaderInfo, ConditionStateManager p_csmStateManager, IList p_lstInstallSteps ) : System

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

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

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

Clean up any resources being used.

SetWizardButtonStates ( ) : void

This updates the back/next button states.

StepBack ( ) : void

Moves the wizard to the previous visible step.

StepForward ( ) : void

Advances the wizard to the next visible step, or finishes the wizard if the current step is the last visible step.

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

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

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

butBack_Click ( object sender, EventArgs e ) : void

Handles the Control.Click event of the back button.

butCancel_Click ( object sender, EventArgs e ) : void

Handles the Click event of the cancel button.

This cancels the dialog.

butNext_Click ( object sender, EventArgs e ) : void

Handles the Control.Click event of the next button.

ofsStep_ItemChecked ( object sender, EventArgs e ) : void

Handles the OptionFormStep.ItemChecked event of the option form steps.

This updates the back/next button states.

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

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

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

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

A simple constructor that initializes the object with the given values.
public OptionsForm ( XmlScript p_xcsScript, HeaderInfo p_hifHeaderInfo, ConditionStateManager p_csmStateManager, IList p_lstInstallSteps ) : System
p_xcsScript XmlScript The install script.
p_hifHeaderInfo HeaderInfo Information describing the form header.
p_csmStateManager ConditionStateManager The install state manager.
p_lstInstallSteps IList The install steps.
Результат System

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

This updates the back/next button states.
protected SetWizardButtonStates ( ) : void
Результат void

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

Moves the wizard to the previous visible step.
protected StepBack ( ) : void
Результат void

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

Advances the wizard to the next visible step, or finishes the wizard if the current step is the last visible step.
protected StepForward ( ) : void
Результат void