Wizard.FinishCompleteButtonImageUrl 属性

定义

获取或设置为“完成”按钮显示的图像的 URL

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

属性值

在 上为 “完成” 显示的图像的 WizardURL。 默认值为空字符串("")。

注解

当 属性 FinishCompleteButtonType 设置为 Image 字段时,请使用 FinishCompleteButtonImageUrl 属性指定要为 “完成 ”按钮显示的图像。

适用于

另请参阅