Click or drag to resize
CMSAccessibleButtonIconOnly Property
If true, the button is the only-image button. The button is then without a button-like background and only image is dispayed. I.e. it adds "btn-icon" class.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 10.0.0
Syntax
C#
public virtual bool IconOnly { get; set; }

Property Value

Type: Boolean
See Also