Click or drag to resize

RibbonBarButtonImage Property

Stores and retrieves the predefined button image.

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
[BindableAttribute(true)]
[DefaultValueAttribute("")]
public IconType Image { get; set; }

Property Value

Type: IconType
Icons.Icon.Type

Return Value

Type: IconType
The predefined button image.
Remarks