Click or drag to resize

RibbonBarCheckboxImagePath Property

Stores and retrieves the path to the checkbox image.

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

Property Value

Type: String
String

Return Value

Type: String
The path to the checkbox image.
Remarks
Only visible if style is set to "RibbonbarItem.ItemStyle.Default".
See Also