Wizard.StartNextButtonType Propriedade

Definição

Obtém ou define o tipo de botão que é renderizado como o botão Seguinte no Start passo.

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

Valor de Propriedade

Um dos ButtonType valores. A predefinição é Button.

Aplica-se a

Ver também