Свойство | Тип | Описание | |
---|---|---|---|
ActivatePage | void | ||
ActivatePage | void | ||
FocusFirstTabIndex | void | ||
InitializeComponent | void | ||
buttonBack_Click | void | ||
buttonCancel_Click | void | ||
buttonHelp_Click | void | ||
buttonNext_Click | void |
Метод | Описание | |
---|---|---|
Back ( ) : void |
Swithes backward to previous wizard page.
|
|
Next ( ) : void |
Swithes forward to next wizard page.
|
|
Wizard ( ) : System |
Creates a new instance of the Wizard class.
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnAfterSwitchPages ( AfterSwitchPagesEventArgs e ) : void |
Raises the SwitchPages event.
|
|
OnBeforeSwitchPages ( BeforeSwitchPagesEventArgs e ) : void |
Raises the SwitchPages event.
|
|
OnCancel ( CancelEventArgs e ) : void |
Raises the Cancel event.
|
|
OnControlAdded ( System.Windows.Forms.ControlEventArgs e ) : void |
Raises the ControlAdded event.
|
|
OnFinish ( |
Raises the Finish event.
|
|
OnHelp ( |
Raises the Help event.
|
|
OnLoad ( |
Raises the Load event.
|
|
OnPaint ( PaintEventArgs e ) : void |
Raises the Paint event.
|
|
OnResize ( |
Raises the Resize event.
|
|
ShouldSerializeHeaderFont ( ) : bool | ||
ShouldSerializeHeaderTitleFont ( ) : bool | ||
ShouldSerializeWelcomeFont ( ) : bool | ||
ShouldSerializeWelcomeTitleFont ( ) : bool |
Метод | Описание | |
---|---|---|
ActivatePage ( |
Activates the specified wizard bage.
|
|
ActivatePage ( int index ) : void |
Activates the specified wizard bage.
|
|
FocusFirstTabIndex ( |
Focus the control with a lowest tab index in the given container.
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
buttonBack_Click ( object sender, System e ) : void |
Handles the Click event of buttonBack.
|
|
buttonCancel_Click ( object sender, System e ) : void |
Handles the Click event of buttonCancel.
|
|
buttonHelp_Click ( object sender, System e ) : void |
Handles the Click event of buttonHelp.
|
|
buttonNext_Click ( object sender, System e ) : void |
Handles the Click event of buttonNext.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
protected OnAfterSwitchPages ( AfterSwitchPagesEventArgs e ) : void | ||
e | AfterSwitchPagesEventArgs | A WizardPageEventArgs object that holds event data. |
Результат | void |
protected OnBeforeSwitchPages ( BeforeSwitchPagesEventArgs e ) : void | ||
e | BeforeSwitchPagesEventArgs | A WizardPageEventArgs object that holds event data. |
Результат | void |
protected OnCancel ( CancelEventArgs e ) : void | ||
e | CancelEventArgs | A CancelEventArgs object that holds event data. |
Результат | void |
protected OnControlAdded ( System.Windows.Forms.ControlEventArgs e ) : void | ||
e | System.Windows.Forms.ControlEventArgs | |
Результат | void |
protected OnFinish ( |
||
e | A EventArgs object that holds event data. | |
Результат | void |
protected OnHelp ( |
||
e | A EventArgs object that holds event data. | |
Результат | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
Результат | void |
protected OnResize ( |
||
e | ||
Результат | void |
protected ShouldSerializeHeaderFont ( ) : bool | ||
Результат | bool |
protected ShouldSerializeHeaderTitleFont ( ) : bool | ||
Результат | bool |
protected ShouldSerializeWelcomeFont ( ) : bool | ||
Результат | bool |
protected ShouldSerializeWelcomeTitleFont ( ) : bool | ||
Результат | bool |