Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

HasVisibleFloater Property

Show in webframe
Gets a value that determine of this item has a floater that is available as well as visible.
Syntax
get_hasVisibleFloater();
Object.defineProperty('hasVisibleFloater');

Property Value

TypeDescription
booleantrue if this item has a floater that is available as well as visible, otherwise; false.
Remarks

Use this property to quickly determine if this item has a visible floater. It is a shortcut to Floater not being null and FloaterOpacity not bring 0.

See Also

Reference

ImageViewerItem Object
ImageViewerItem Members

Error processing SSI file