isHovered Property

Summary

Indicates whether the item is in a hovered state.

Syntax
TypeScript
JavaScript
Object.defineProperty(ImageViewerItem.prototype, 'isHovered', 
	get: function(), 
	set: function(value) 
) 
isHovered: boolean; 

Property Value

true if this item is in a hovered state, otherwise; false. Default value is false.

Remarks

Hovered items (the value of IsHovered is true) may be rendered differently than non-selected items as described in Image Viewer Appearance.

ImageViewerSelectItemsInteractiveMode and ImageViewerActiveItemInteractiveMode modify the hover state of items for UI indication on the item under the mouse or touch.

For more information, refer Image Viewer Items.

Example

For an example, refer to isEnabled.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly