| RibbonBarRadioButtonImage Property |
Stores and retrieves the predefined radio 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; }
<BindableAttribute(true)>
<DefaultValueAttribute("")>
Public Property Image As IconType
Get
Set
Property Value
Type:
IconTypeIcons.Icon.Type
Return Value
Type:
IconTypeThe predefined radio button image.
Remarks Only visible if style is set to "RibbonbarItem.ItemStyle.Default".
See Also