Wizard.CancelButtonImageUrl 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置为“取消”按钮显示的图像的 URL。
public:
virtual property System::String ^ CancelButtonImageUrl { System::String ^ get(); void set(System::String ^ value); };
public virtual string CancelButtonImageUrl { get; set; }
member this.CancelButtonImageUrl : string with get, set
Public Overridable Property CancelButtonImageUrl As String
属性值
为控件上的“ 取消 ”按钮显示的图像的 Wizard URL。 默认值为空字符串 ("")。
注解
当 属性 CancelButtonType 设置为 Image时, CancelButtonImageUrl 使用 属性指定要为 “取消 ”按钮显示的图像。