hasVisibleFloater Property

Summary

Gets a value that determine of this item has a floater that is available as well as visible.

Syntax

JavaScript Syntax
Object.defineProperty(ImageViewerItem.prototype, 'hasVisibleFloater', 
	get: function() 
) 
TypeScript Syntax
hasVisibleFloater: boolean; // read-only 

Property Value

true 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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly