WizardButtonsPanel.GetWizardButton(FrameworkButton) Method

Definition

Returns the specified wizard button as a Button object.

public:
 System::Windows::Forms::Button ^ GetWizardButton(Microsoft::SqlServer::Management::SqlWizardFramework::FrameworkButton wizardButton);
public System.Windows.Forms.Button GetWizardButton (Microsoft.SqlServer.Management.SqlWizardFramework.FrameworkButton wizardButton);
member this.GetWizardButton : Microsoft.SqlServer.Management.SqlWizardFramework.FrameworkButton -> System.Windows.Forms.Button
Public Function GetWizardButton (wizardButton As FrameworkButton) As Button

Parameters

wizardButton
FrameworkButton

A FrameworkButton object that represents a wizard button.

Returns

A Button object that represents the specified wizard button.

Applies to