Wizard.StartNextButtonImageUrl Property

Definition

Gets or sets the URL of the image that is displayed for the Next button on the Start step.

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

Property Value

The URL of the image displayed for Next on the Start of the Wizard. The default is an empty string ("").

Remarks

When the StartNextButtonType property is set to the Image field, use the StartNextButtonImageUrl property to specify the image to display for the Next button.

Applies to

See also