Gets or set the URL of the image for the item when the item is disabled.
[Visual Basic]
Public Property DisabledImageUrl As
String
[C#]
public
String DisabledImageUrl {get; set;}
Remarks
Note: EO.Web ToolBar is able to automatically generate a grayscale image based on ImageUrl if this property is not set. Thus usually you do not need to set this property.
See Also
ToolBarItem Class | EO.Web Namespace