C# 클래스 Nexus.Client.ModManagement.Scripting.XmlScript.UI.OptionsForm

파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5 1 사용 예제들

공개 메소드들

메소드 설명
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