WizardFramework.SetButtonText Method (FrameworkButton, String)

 

Applies To: SQL Server 2016 Preview

Sets the text for the specified button.

Namespace:   Microsoft.SqlServer.Management.SqlWizardFramework
Assembly:  Microsoft.SqlServer.Management.SqlWizardFramework (in Microsoft.SqlServer.Management.SqlWizardFramework.dll)

Syntax

public void SetButtonText(
    FrameworkButton button,
    string text
)
public:
virtual void SetButtonText(
    FrameworkButton button,
    String^ text
) sealed
abstract SetButtonText : 
        button:FrameworkButton *
        text:string -> unit
override SetButtonText : 
        button:FrameworkButton *
        text:string -> unit
Public Sub SetButtonText (
    button As FrameworkButton,
    text As String
)

Parameters

See Also

WizardFramework Class
Microsoft.SqlServer.Management.SqlWizardFramework Namespace

Return to top