WebPartZoneBase.TitleBarVerbStyle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.