Property | Type | Description | |
---|---|---|---|
mPageList | List |
Method | Description | |
---|---|---|
WizardBase ( ) : System |
Method | Description | |
---|---|---|
AddControlToPanel ( |
||
CallAfterShow ( |
||
CallBeforeShow ( |
||
ClearPanel ( ) : void | ||
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
Finish ( ) : void | ||
Initialize ( ) : void | ||
SetBackButtonEnable ( bool value ) : void | ||
SetButtonText ( |
||
SetLabelText ( |
||
SetNextButtonEnable ( bool value ) : void | ||
SetNextButtonFinish ( bool value ) : void |
Method | Description | |
---|---|---|
Backbtn_Click ( object sender, |
||
CancelBtn_Click ( object sender, |
||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
NextBtn_Click ( object sender, |
||
NextPage ( ) : void | ||
PrevPage ( ) : void |
protected AddControlToPanel ( |
||
control | ||
return | void |
protected CallAfterShow ( |
||
page | ||
return | void |
protected CallBeforeShow ( |
||
page | ||
return | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected SetBackButtonEnable ( bool value ) : void | ||
value | bool | |
return | void |
protected SetButtonText ( |
||
b | ||
value | string | |
return | void |
protected SetLabelText ( |
||
b | ||
value | string | |
return | void |
protected SetNextButtonEnable ( bool value ) : void | ||
value | bool | |
return | void |
protected SetNextButtonFinish ( bool value ) : void | ||
value | bool | |
return | void |