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

适用于

另请参阅