WizardPage Class |
Namespace: Easymap.AddIn.Common.Controls
The WizardPage type exposes the following members.
Name | Description | |
---|---|---|
![]() | WizardPage |
Initializes a new instance of the WizardPage class.
|
Name | Description | |
---|---|---|
![]() | Caption |
Gets, sets the Caption of the WizardPage.
|
![]() | CaptionImage |
Gets, sets the CaptionImage of the WizardPage.
|
![]() | Description |
Gets, sets the Description of the WizardPage.
|
![]() | EnableApplyButton |
Gets or sets a value indicating whether the ApplyButton can respond to user interaction.
|
![]() | EnableBackButton |
Gets or sets a value indicating whether the BackButton can respond to user interaction.
|
![]() | EnableCancelButton |
Gets or sets a value indicating whether the CancelButton can respond to user interaction.
|
![]() | EnableFinishButton |
Gets or sets a value indicating whether the FinishButton can respond to user interaction.
|
![]() | EnableNextButton |
Gets or sets a value indicating whether the NextButton can respond to user interaction.
|
![]() | ShowApplyButton |
Gets or sets a value indicating whether the ApplyButton is displayed in the WizardPage.
|
![]() | ShowBackButton |
Gets or sets a value indicating whether the BackButton is displayed in the WizardPage.
|
![]() | ShowCancelButton |
Gets or sets a value indicating whether the CancelButton is displayed in the WizardPage.
|
![]() | ShowFinishButton |
Gets or sets a value indicating whether the FinishButton is displayed in the WizardPage.
|
![]() | ShowNextButton |
Gets or sets a value indicating whether the NextButton is displayed in the WizardPage.
|
Name | Description | |
---|---|---|
![]() | Apply |
Applies all changes which were made.
|
![]() | Back |
Load the last WizardPage
|
![]() | Cancel |
Cancle the process and close the WizardPage
|
![]() | Finish |
All changes will be applied and close the WizardPage.
|
![]() | Next |
Load the next WizardPage
|
Name | Description | |
---|---|---|
![]() | ApplyPressed |
The ApplyPressed event gets fired when the the user clicked the apply button.
|
![]() | BackPressed |
The BackPressed event gets fired when the the user clicked the back button.
|
![]() | CancelPressed |
The CancelPressed event gets fired when the the user clicked the cancle button.
|
![]() | FinishPressed |
The FinishPressed event gets fired when the the user clicked the finish button.
|
![]() | NextPressed |
The NextPressed event gets fired when the the user clicked the next button.
|
![]() | PageActivating |
The PageActivating event gets fired when the WizardPage is activating.
|
![]() | PageDeactivating |
The PageDeactivating event gets fired when the WizardPage is deactivating.
|