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
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.