CustomWizardPromptControlPage Members TIBCO Spotfire 6.0 API Reference
The CustomWizardPromptControlPage type exposes the following members.
Constructors

  NameDescription
Protected methodCustomWizardPromptControlPage
Initializes a new page instance.
Back to Top
Methods

  NameDescription
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnGetContentsCore
Supply the contents of the form using the writer.
Protected methodOnGetScriptsCore
Supply any additional scripts using the string builder.
Protected methodOnLeavePageCore
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.
Protected methodOnValidatePromptCore
Validate the current wizard step.
Back to Top
Properties

  NameDescription
Public propertyErrorMessage
Gets or sets the error message displayed when the prompt is validated and found invalid.
Back to Top
See Also