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

ButtonType 値のいずれか 1 つ。 既定値は、Button です。

適用対象

こちらもご覧ください