次の方法で共有


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 オブジェクト。

適用対象