Click or drag to resize

WizardPage Class

Base class of WizardPage.
Inheritance Hierarchy

Namespace:  Easymap.AddIn.Common.Controls
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public class WizardPage : UserControl

The WizardPage type exposes the following members.

Constructors
  NameDescription
Public methodWizardPage
Initializes a new instance of the WizardPage class.
Top
Properties
  NameDescription
Public propertyCaption
Gets, sets the Caption of the WizardPage.
Public propertyCaptionImage
Gets, sets the CaptionImage of the WizardPage.
Public propertyDescription
Gets, sets the Description of the WizardPage.
Public propertyEnableApplyButton
Gets or sets a value indicating whether the ApplyButton can respond to user interaction.
Public propertyEnableBackButton
Gets or sets a value indicating whether the BackButton can respond to user interaction.
Public propertyEnableCancelButton
Gets or sets a value indicating whether the CancelButton can respond to user interaction.
Public propertyEnableFinishButton
Gets or sets a value indicating whether the FinishButton can respond to user interaction.
Public propertyEnableNextButton
Gets or sets a value indicating whether the NextButton can respond to user interaction.
Public propertyShowApplyButton
Gets or sets a value indicating whether the ApplyButton is displayed in the WizardPage.
Public propertyShowBackButton
Gets or sets a value indicating whether the BackButton is displayed in the WizardPage.
Public propertyShowCancelButton
Gets or sets a value indicating whether the CancelButton is displayed in the WizardPage.
Public propertyShowFinishButton
Gets or sets a value indicating whether the FinishButton is displayed in the WizardPage.
Public propertyShowNextButton
Gets or sets a value indicating whether the NextButton is displayed in the WizardPage.
Top
Methods
  NameDescription
Public methodApply
Applies all changes which were made.
Public methodBack
Load the last WizardPage
Public methodCancel
Cancle the process and close the WizardPage
Public methodFinish
All changes will be applied and close the WizardPage.
Public methodNext
Load the next WizardPage
Top
Events
  NameDescription
Public eventApplyPressed
The ApplyPressed event gets fired when the the user clicked the apply button.
Public eventBackPressed
The BackPressed event gets fired when the the user clicked the back button.
Public eventCancelPressed
The CancelPressed event gets fired when the the user clicked the cancle button.
Public eventFinishPressed
The FinishPressed event gets fired when the the user clicked the finish button.
Public eventNextPressed
The NextPressed event gets fired when the the user clicked the next button.
Public eventPageActivating
The PageActivating event gets fired when the WizardPage is activating.
Public eventPageDeactivating
The PageDeactivating event gets fired when the WizardPage is deactivating.
Top
See Also