CreateUserWizard.ContinueButtonImageUrl 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 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.