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 值。 默认值为 Button

适用于

另请参阅