Wizard.StepNextButtonType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the type of button that is rendered as the Next button.
public:
virtual property System::Web::UI::WebControls::ButtonType StepNextButtonType { System::Web::UI::WebControls::ButtonType get(); void set(System::Web::UI::WebControls::ButtonType value); };
public virtual System.Web.UI.WebControls.ButtonType StepNextButtonType { get; set; }
member this.StepNextButtonType : System.Web.UI.WebControls.ButtonType with get, set
Public Overridable Property StepNextButtonType As ButtonType
Property Value
One of the ButtonType values. The default is Button.
Applies to
See also
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.