Click or drag to resize
CMSAbstractMenuPropertiesUseItemImagesForHiglightedItem Property

Note: This API is now obsolete.

Indicates if highlighted images is not specified, use item image if exist.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("This property is obsolete. Use UseItemImagesForHighlightedItem instead.")]
public virtual bool UseItemImagesForHiglightedItem { get; set; }

Property Value

Type: Boolean

Implements

ICMSMenuPropertiesUseItemImagesForHiglightedItem
See Also