Modifier

Wizard.StartNextButtonType Property

Definition

Gets or sets the type of button that is rendered as the Next button on the Start step.

public:
 virtual property System::Web::UI::WebControls::ButtonType StartNextButtonType { System::Web::UI::WebControls::ButtonType get(); void set(System::Web::UI::WebControls::ButtonType value); };
public virtual System.Web.UI.WebControls.ButtonType StartNextButtonType { get; set; }
member this.StartNextButtonType : System.Web.UI.WebControls.ButtonType with get, set
Public Overridable Property StartNextButtonType As ButtonType

Property Value

One of the ButtonType values. The default is Button.

Applies to

See also