Wizard.StartNextButtonType プロパティ

定義

ステップの Start] ボタンとしてレンダリングされるボタンの種類を取得または設定します。

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

プロパティ値

ButtonType値の 1 つ。 既定値は Button です。

適用対象

こちらもご覧ください