Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

CanHoverDisabledItems Property

Show in webframe
Indicates whether disabled items can be hovered.
Syntax
get_canHoverDisabledItems();
set_canHoverDisabledItems(value);
Object.defineProperty('canHoverDisabledItems');

Property Value

TypeDescription
booleantrue if disabled items can be hovered, otherwise; false. Default value is false.
Remarks

When the value of this property is true, then hovering over the items that have the ImageViewerItem.IsEnabled value set to false will be ignored and the value of ImageViewerItem.IsHovered will not change.

See Also

Reference

ImageViewerSelectItemsInteractiveMode Object
ImageViewerSelectItemsInteractiveMode Members

Error processing SSI file