CatalogZoneBase.ShowCatalogIcons 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 server controls in the catalog display their associated icons in the catalog.
public:
virtual property bool ShowCatalogIcons { bool get(); void set(bool value); };
public virtual bool ShowCatalogIcons { get; set; }
member this.ShowCatalogIcons : bool with get, set
Public Overridable Property ShowCatalogIcons As Boolean
Property Value
true
if the icons associated with server controls in the catalog should be displayed; otherwise, false
. The default is true
.
Remarks
WebPart controls and other server controls that are wrapped as GenericWebPart controls at run time have a CatalogIconImageUrl property. The value of this property is the URL to an image that is used as an icon to represent the control in a catalog of controls.
The ShowCatalogIcons property indicates whether the icons associated with WebPart and other server controls are displayed in the catalog.