共用方式為


WebPartZoneBase.VerbButtonType 屬性

定義

取得或設定按鈕類型,以舊版瀏覽器進行存取時,該按鈕與存在於 WebPartZoneBase 區域中的動詞命令相關聯。

public:
 virtual property System::Web::UI::WebControls::ButtonType VerbButtonType { System::Web::UI::WebControls::ButtonType get(); void set(System::Web::UI::WebControls::ButtonType value); };
[System.ComponentModel.Browsable(false)]
[System.Web.UI.Themeable(false)]
public override System.Web.UI.WebControls.ButtonType VerbButtonType { get; set; }
[<System.ComponentModel.Browsable(false)>]
[<System.Web.UI.Themeable(false)>]
member this.VerbButtonType : System.Web.UI.WebControls.ButtonType with get, set
Public Overrides Property VerbButtonType As ButtonType

屬性值

ButtonType,決定與區域中動詞命令相關聯的按鈕類型。

屬性

備註

網頁元件動詞代表用戶可以在網頁元件頁面的使用者介面中執行的動作 (UI) ,例如最小化、關閉或還原控件;將控件新增至頁面;或取消動作。 動詞是由可點選的物件在 UI 中表示,您可以設定為使用 屬性顯示為超連結、影像或按鈕 VerbButtonType

屬性 VerbButtonType 會套用至僅存在於區域層級的動詞,而不是存在於區域中每個 WebPart 控件的動詞。 例如,當您將頁面切換為目錄模式或編輯模式時,區域頁尾中有區域層級動詞,這些動詞僅適用於整個區域的層級動作。 VerbButtonType當網頁元件頁面存取舊版 (「下層」) 瀏覽器時,就會套用 屬性。

您必須將值指派給 ImageUrl 每個特定動詞命令的屬性,以在其區域中顯示該動詞的影像。 如果您未提供影像的網址,動詞的 VerbButtonType 屬性預設為 Link

這個屬性無法由佈景主題或樣式表主題設定。 如需詳細資訊,請參閱 ThemeableAttributeASP.NET 主題和面板

適用於

另請參閱