WizardFramework.ButtonsPanel Property

 

Applies To: SQL Server 2016 Preview

Gets the WizardButtonsPanel object that represents the button panel.

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

Syntax

public WizardButtonsPanel ButtonsPanel { get; }
public:
property WizardButtonsPanel^ ButtonsPanel {
    virtual WizardButtonsPanel^ get() sealed;
}
abstract ButtonsPanel : WizardButtonsPanel with get
override ButtonsPanel : WizardButtonsPanel with get
Public ReadOnly Property ButtonsPanel As WizardButtonsPanel

Property Value

Type: Microsoft.SqlServer.Management.SqlWizardFramework.WizardButtonsPanel

A WizardButtonsPanel object.

See Also

WizardFramework Class
Microsoft.SqlServer.Management.SqlWizardFramework Namespace

Return to top