CreateUserWizard.ContinueButtonImageUrl Property

Definition

Gets or sets the URL of an image used for the Continue button on the final user account creation step.

public:
 virtual property System::String ^ ContinueButtonImageUrl { System::String ^ get(); void set(System::String ^ value); };
public virtual string ContinueButtonImageUrl { get; set; }
member this.ContinueButtonImageUrl : string with get, set
Public Overridable Property ContinueButtonImageUrl As String

Property Value

The URL of an image used for the Continue button on the final user account creation step. The default value is an empty string ("").

Remarks

When the ContinueButtonType property is set to Image, use the ContinueButtonImageUrl property to specify the image to display for the Continue button.

Applies to

See also