Wizard.FinishPreviousButtonType 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 Previous button on the Finish step.
public:
virtual property System::Web::UI::WebControls::ButtonType FinishPreviousButtonType { System::Web::UI::WebControls::ButtonType get(); void set(System::Web::UI::WebControls::ButtonType value); };
public virtual System.Web.UI.WebControls.ButtonType FinishPreviousButtonType { get; set; }
member this.FinishPreviousButtonType : System.Web.UI.WebControls.ButtonType with get, set
Public Overridable Property FinishPreviousButtonType As ButtonType
Property Value
One of the ButtonType values. The default is Button.
Applies to
See also
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.