WebPartZoneBase.TitleBarVerbButtonType 属性
定义
public:
virtual property System::Web::UI::WebControls::ButtonType TitleBarVerbButtonType { System::Web::UI::WebControls::ButtonType get(); void set(System::Web::UI::WebControls::ButtonType value); };
public virtual System.Web.UI.WebControls.ButtonType TitleBarVerbButtonType { get; set; }
member this.TitleBarVerbButtonType : System.Web.UI.WebControls.ButtonType with get, set
Public Overridable Property TitleBarVerbButtonType As ButtonType
属性值
指示用于控件标题栏中的谓词的按钮类型的 ButtonType。A ButtonType that indicates what type of button is used for the verbs in the title bar of a control.
例外
此属性的值并非 ButtonType 值之一。The value for the property is not one of the ButtonType values.
注解
TitleBarVerbButtonType仅当 WebPartVerbRenderMode 属性值设置为时才应用此属性 TitleBar ,这将导致标准谓词直接呈现在区域中每个控件的标题栏中 WebPart 。The TitleBarVerbButtonType property applies only when the WebPartVerbRenderMode property value is set to TitleBar, which results in the standard verbs being rendered directly in the title bar of each WebPart control in the zone. 标题栏上的按钮类型可以是按钮、图像或超链接。The type of button on the title bar can be a button, an image, or a hyperlink.