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.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public virtual bool IconOnly { get; set; }

Property Value

Type: Boolean
See Also