WizardFramework.IsStartPage(Page) Method

Definition

Checks whether the specified page is the first page.

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

Parameters

page
Page

The Page object to check.

Returns

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

Applies to