WizardFramework.SetButtonText(FrameworkButton, String) Method

Definition

Sets the text for the specified button.

public:
 virtual void SetButtonText(Microsoft::SqlServer::Management::SqlWizardFramework::FrameworkButton button, System::String ^ text);
public void SetButtonText (Microsoft.SqlServer.Management.SqlWizardFramework.FrameworkButton button, string text);
abstract member SetButtonText : Microsoft.SqlServer.Management.SqlWizardFramework.FrameworkButton * string -> unit
override this.SetButtonText : Microsoft.SqlServer.Management.SqlWizardFramework.FrameworkButton * string -> unit
Public Sub SetButtonText (button As FrameworkButton, text As String)

Parameters

button
FrameworkButton

The FrameworkButton object that represents a button on the wizard.

text
String

The text for the button.

Applies to