WebPartZoneBase.ShowTitleIcons 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 or sets a value that indicates whether title icons are displayed in the title bar of each WebPart control in a zone.
public:
virtual property bool ShowTitleIcons { bool get(); void set(bool value); };
public virtual bool ShowTitleIcons { get; set; }
member this.ShowTitleIcons : bool with get, set
Public Overridable Property ShowTitleIcons As Boolean
Property Value
true
if title icons are displayed; otherwise, false
. The default is true
.
Remarks
The ShowTitleIcons property has an effect on a zone only if one or more of the WebPart controls in the zone have a value assigned for their respective TitleIconImageUrl properties. By default, the title icons are displayed in the zone. If the ShowTitleIcons property is set to false
, none of the title icons for WebPart controls in the zone are displayed.