The CustomWizardPromptControlPage type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnGetContentsCore | Supply the contents of the form using the writer.
|
![]() | OnGetScriptsCore | Supply any additional scripts using the string builder.
|
![]() | OnLeavePageCore | Handle the result from the form. This method will be called
when the prompt is confirmed or when going back and forth in a wizard.
|
![]() | OnValidatePromptCore | Validate the current wizard step.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also