WizardFramework.ButtonsPanel Property

Definition

Gets the WizardButtonsPanel object that represents the button panel.

public:
 property Microsoft::SqlServer::Management::SqlWizardFramework::WizardButtonsPanel ^ ButtonsPanel { Microsoft::SqlServer::Management::SqlWizardFramework::WizardButtonsPanel ^ get(); };
public Microsoft.SqlServer.Management.SqlWizardFramework.WizardButtonsPanel ButtonsPanel { get; }
member this.ButtonsPanel : Microsoft.SqlServer.Management.SqlWizardFramework.WizardButtonsPanel
Public ReadOnly Property ButtonsPanel As WizardButtonsPanel

Property Value

A WizardButtonsPanel object.

Applies to