WizardFramework.IsLastPage(Page) Method

Definition

Checks whether the specified page is the last page.

public:
 virtual bool IsLastPage(Microsoft::SqlServer::Management::SqlWizardFramework::Page ^ page);
public bool IsLastPage (Microsoft.SqlServer.Management.SqlWizardFramework.Page page);
abstract member IsLastPage : Microsoft.SqlServer.Management.SqlWizardFramework.Page -> bool
override this.IsLastPage : Microsoft.SqlServer.Management.SqlWizardFramework.Page -> bool
Public Function IsLastPage (page As Page) As Boolean

Parameters

page
Page

The Page object to check.

Returns

true if the specified page is the last page; otherwise, false.

Applies to