CreateUserWizard.CreateUserButtonType 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 rendered as the Create User button.
public:
virtual property System::Web::UI::WebControls::ButtonType CreateUserButtonType { System::Web::UI::WebControls::ButtonType get(); void set(System::Web::UI::WebControls::ButtonType value); };
public virtual System.Web.UI.WebControls.ButtonType CreateUserButtonType { get; set; }
member this.CreateUserButtonType : System.Web.UI.WebControls.ButtonType with get, set
Public Overridable Property CreateUserButtonType As ButtonType
Property Value
One of the ButtonType enumeration values. The default value is Button.
Exceptions
The specified button type is not one of the ButtonType values.
Applies to
See also
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.