WebPartZoneBase.VerbButtonType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置与 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。
- 属性
注解
Web 部件谓词表示用户可以在用户界面 (UI) Web 部件页中执行的操作,例如最小化、关闭或还原控件;将控件添加到页面;或取消操作。 动词在 UI 中由可单击对象表示,可以使用 属性将其设置为显示为超链接、图像或按钮 VerbButtonType 。
属性 VerbButtonType 适用于仅在区域级别存在的谓词,而不是存在于区域中每个控件中的 WebPart 谓词。 例如,将页面切换到目录模式或编辑模式时,区域页脚中有区域级谓词,这些谓词仅适用于整个区域级别的操作。 当 VerbButtonType 使用较旧的 (“下层”) 浏览器访问 Web 部件页时,将应用 属性。
必须为每个 ImageUrl 特定谓词的 属性赋值,才能在其区域中显示该谓词的图像。 如果未提供图像的 URL,则谓词的 VerbButtonType 属性默认为 Link。
无法通过主题或样式表主题设置此属性。 有关详细信息,请参阅 ThemeableAttribute 和 ASP.NET 主题和外观。