Property | Type | Description | |
---|---|---|---|
Cancel_Click | void | ||
Next_Click | void | ||
Previous_Click | void |
Method | Description | |
---|---|---|
WizardControl ( ) : System |
The default constructor.
|
Method | Description | |
---|---|---|
MovePage ( |
This navigates to the page whose index is p_intJumpSize away from the current page's index. This makes sure that the selected index resulting from the jump is never out of bounds. It also enables/disables buttons and changes button text as appropriate. |
|
OnControlAdded ( System.Windows.Forms.ControlEventArgs e ) : void |
Raises the Control.ControlAdded event. This ensures that the wizard buttons are enabled/disabled correctly. |
|
OnControlRemoved ( System.Windows.Forms.ControlEventArgs e ) : void |
Raises the Control.ControlRemoved event. This ensures that the wizard buttons are enabled/disabled correctly. |
Method | Description | |
---|---|---|
Cancel_Click ( object sender, |
Handles the Control.Click event of the cancel button. This raises the Cancelled event. |
|
Next_Click ( object sender, |
Handles the Control.Click event of the next button. This navigates to the next page, if there is one. |
|
Previous_Click ( object sender, |
Handles the Control.Click event of the previous button. This navigates to the previous page, if there is one. |
protected MovePage ( |
||
p_intJumpSize | The number of pages to jump. | |
return | void |
protected OnControlAdded ( System.Windows.Forms.ControlEventArgs e ) : void | ||
e | System.Windows.Forms.ControlEventArgs | A |
return | void |
protected OnControlRemoved ( System.Windows.Forms.ControlEventArgs e ) : void | ||
e | System.Windows.Forms.ControlEventArgs | A |
return | void |