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 網址。 預設值為空字串 ("")。
備註
CancelButtonType當 屬性設定為 Image時,請使用 CancelButtonImageUrl 屬性指定要顯示 [取消] 按鈕的影像。