SqlPage Class

Definition

Provides methods and properties that can be used to customize the Page class.

public ref class SqlPage : Microsoft::SqlServer::Management::SqlWizardFramework::Page
public class SqlPage : Microsoft.SqlServer.Management.SqlWizardFramework.Page
type SqlPage = class
    inherit Page
Public Class SqlPage
Inherits Page
Inheritance
SqlPage

Constructors

SqlPage(SqlWizardFramework)

Initializes a new instance of the SqlPage class and associates it with the specified SqlWizardFramework object.

Properties

Caption

Gets or sets the caption text.

(Inherited from Page)
HelpKey

Gets or sets the help key that is associated with this page.

(Inherited from Page)
IsConfigValid

Gets or sets a value that indicates whether the page configuration is valid.

(Inherited from Page)
NavigationText

Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. Gets or sets the text that is displayed on the navigation panel.

(Inherited from Page)
Title

Gets or sets the title that is displayed on the header panel.

(Inherited from Page)
TitleImage

Gets or sets the image that is displayed on the header panel.

(Inherited from Page)
Wizard

Gets the SqlWizardFramework object that is associated with this SqlPage object.

Methods

Dispose(Boolean)

Cleans up any resources that are being used.

(Inherited from Page)
InitializePage(String, String)

Initializes the page with the specified caption and navigation text.

IsPageInputValid()

Specifies whether the page input is valid.

OnFrameworkClose(CloseReason)

Called when the wizard is closing.

(Inherited from Page)
OnHelpRequested(HelpEventArgs)

Raises the HelpRequested event.

(Inherited from Page)
OnKillActive()

Occurs when a page is about to be deactivated. Identified for informational purposes only. Not supported. Future compatibility is not guaranteed..

(Inherited from Page)
OnSave()

Called when the page needs to save the configuration. This can occur when the Next or Commit buttons are clicked on the wizard, or when the Save button is clicked on a sheet.

(Inherited from Page)
OnSetActive()

Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. Called each time the page is about to be activated.

(Inherited from Page)
OnWizardNext()

Called when the Next button on the wizard is clicked.

(Inherited from Page)
OnWizardPrevious()

Called when the Back button on the wizard is clicked.

(Inherited from Page)

Events

PropertyChanged

Occurs when a property value changes.

(Inherited from Page)

Applies to