C# 클래스 Nexus.Client.Games.Starbound.SetupForm

This is the setup form for the Starbound game mode.
상속: Nexus.Client.UI.ManagedFontForm, IView
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5 1 사용 예제들

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