WizardButtonsPanel.GetWizardButton(FrameworkButton) 方法

定义

将指定的向导按钮作为 Button 对象返回。

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

参数

wizardButton
FrameworkButton

一个表示向导按钮的 FrameworkButton 对象。

返回

一个表示指定的向导按钮的 Button 对象。

适用于