Property | Type | Description | |
---|---|---|---|
InitializeComponent | void | ||
wizSetup_Cancelled | void | ||
wizSetup_Finished | void | ||
wizSetup_SelectedTabPageChanged | void |
Method | Description | |
---|---|---|
SetupForm ( |
A simple constructor that initializes the object with the given values.
|
Method | Description | |
---|---|---|
ApplyTheme ( System.Windows.Forms.Theme p_thmTheme ) : void |
Applies the given theme to the form.
|
|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
SetupForm ( ) : System |
The default constructor.
|
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
wizSetup_Cancelled ( object sender, |
Handles the WizardControl.Cancelled event of the wizard control. This cancels the wizard. |
|
wizSetup_Finished ( object sender, |
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. |
protected ApplyTheme ( System.Windows.Forms.Theme p_thmTheme ) : void | ||
p_thmTheme | System.Windows.Forms.Theme | The theme to apply. |
return | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public SetupForm ( |
||
p_vmlViewModel | The view model that provides the data and operations for this view. | |
return | System |