| RibbonBarCheckboxIconColor Property |
Stores and retrieves the predefined button iconColor.
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax [BindableAttribute(true)]
[DefaultValueAttribute("")]
public KnownColor IconColor { get; set; }
<BindableAttribute(true)>
<DefaultValueAttribute("")>
Public Property IconColor As KnownColor
Get
Set
Property Value
Type:
KnownColorKnownColor
Return Value
Type:
KnownColorThe predefined button icon.
Remarks See Also