WebPartZoneBase.TitleBarVerbStyle Property

Definition

Gets style attributes for verbs in the title bar of a WebPart control.

public:
 property System::Web::UI::WebControls::Style ^ TitleBarVerbStyle { System::Web::UI::WebControls::Style ^ get(); };
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public System.Web.UI.WebControls.Style TitleBarVerbStyle { get; }
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
member this.TitleBarVerbStyle : System.Web.UI.WebControls.Style
Public ReadOnly Property TitleBarVerbStyle As Style

Property Value

A Style that contains style attributes for verbs.

Attributes

Remarks

The TitleBarVerbStyle property enables you to retrieve a style object with style attributes for the verbs in the title bars of all WebPart controls in a zone. The property applies only when verbs are actually rendered in the title bar, such as when the WebPartVerbRenderMode property value is set to TitleBar.

Although the object referenced by the property is read-only, you can still change the underlying style attributes for the verbs in the title bar.

Applies to

See also